rustybara 0.1.3

Prepress-focused PDF manipulation library for graphic designers and print operators
Documentation
1
2
3
4
5
mod render;
mod config;

pub use render::{PageRenderer, CpuRenderer, render_page};
pub use config::RenderConfig;