carbonpdf 0.2.0

Production-ready HTML to PDF conversion using Headless Chrome
Documentation
1
2
3
4
5
6
7
//! CLI module for CarbonPDF

mod args;
mod logging;
mod run;

pub use run::run;