ironpress 1.4.1

Pure Rust HTML/CSS/Markdown to PDF converter with layout engine, LaTeX math, tables, images, custom fonts, and streaming output. No browser, no system dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod block;
pub mod context;
pub mod engine;
pub(crate) mod flex;
pub(crate) mod grid;
pub(crate) mod helpers;
pub(crate) mod images;
pub(crate) mod inline;
pub mod math;
pub(crate) mod paginate;
pub(crate) mod table;
pub(crate) mod text;