Warning
This post was published 38 days ago. The information described in this article may have changed.
Klirr: a config once, inter-month-idempotent, calendar aware, capable and maintenance-free invoice solution written in Rust + Typst
โ Rust ๐ 2025-06-30 ๐ค surdeus ๐๏ธ 6I've made a smart invoice template software you can cargo install or use as an SDK, I call it klirr: GitHub - Sajjon/klirr: Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
Features:
Any and all feedback is much appreciated! Especially on ergonomics and features, but codebase well. Iโm unsure about my decision to use include_str!
and include_bytes!
macros to include assets - but seemed like a reasonable choice for including resources with a cli tool which should be installed with cargo install
Unit test coverage is about 97%.
You might find my โHow it works guideโ interesting: klirr/HOW_IT_WORKS.md at main ยท Sajjon/klirr ยท GitHub
1 post - 1 participant
๐ท๏ธ rust_feed