paperforge-core 0.1.0

PDF-independent core types and abstractions
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod color;
pub mod error;
pub mod geometry;
pub mod metadata;
pub mod units;

pub use color::Color;
pub use error::{CoreError, CoreResult};
pub use geometry::{Matrix, Point, Rect, Size, Transform};
pub use metadata::Metadata;
pub use units::UnitConversion;