oxipdf-ir 0.1.0

Intermediate representation types for the oxipdf PDF engine
Documentation
1
2
3
4
5
pub mod builder;
pub mod styled_tree;

pub use builder::StyledTreeBuilder;
pub use styled_tree::{PreorderIter, StyledTree};