easypdf-core 0.1.1

Core types, traits, enums, converters, and errors for easypdf-rust
Documentation
1
2
3
4
5
6
7
8
9
//! 与 PDF 写入后端解耦的自动流式布局。

mod direction;
mod flow_layout;
mod layout_sink;

pub use direction::Direction;
pub use flow_layout::FlowLayout;
pub use layout_sink::LayoutSink;