Skip to main content

typst_business_templates/
lib.rs

1mod compiler;
2mod world;
3pub mod types;
4
5pub use compiler::DocgenCompiler;
6pub use types::{CompanyData, InvoiceData, InvoiceItem, InvoiceMetadata, InvoiceRecipient};