carbone-sdk-rust 1.0.0

Generate documents with Carbone, using templates and JSON data-set. Create invoices, reports, certificates, contracts, financial statements, documents like Word files, Excel sheets, CSVs, PowerPoint slides, and more. The template can be a DOCX, PPTX, XLSX, CSV, XML, HTML and many formats.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "blocking")]
pub mod blocking;
pub mod carbone;
pub mod carbone_response;
pub mod config;
pub mod errors;
pub mod render;
pub mod template;
pub mod types;