1 2 3 4 5 6 7 8 9 10 11
// Library entry — exposes render helpers so examples can reuse encode_qr. pub mod cli; pub mod commands; pub mod config; pub mod db; pub mod error; pub mod money; pub mod output; pub mod render; pub mod tax; pub mod typst_assets;