Skip to content

Commit

Permalink
Expose RtfDocument, RtfHeader and StyleBlock types
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Dec 10, 2023
1 parent f9537d6 commit 7bc90d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mod header;
mod utils;

// expose the lexer and the parser
pub use crate::header::RtfHeader;
pub use crate::lexer::Lexer;
pub use crate::parser::{Parser, Painter};
pub use crate::parser::{Painter, Parser, RtfDocument, StyleBlock};
pub use crate::tokens::Token;

0 comments on commit 7bc90d1

Please sign in to comment.