chore: make objects and elements struct public
This commit is contained in:
parent
58ea235ce8
commit
aa786e97c1
2 changed files with 4 additions and 2 deletions
|
|
@ -12,5 +12,7 @@ mod lines;
|
|||
mod objects;
|
||||
mod parser;
|
||||
|
||||
pub use elements::*;
|
||||
pub use export::{HtmlHandler, Render};
|
||||
pub use parser::Parser;
|
||||
pub use objects::*;
|
||||
pub use parser::{Event, Parser};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue