| Crates.io | tledger |
| lib.rs | tledger |
| version | 0.0.1-alpha.3 |
| created_at | 2025-05-31 21:06:31.345466+00 |
| updated_at | 2025-06-01 11:40:30.481509+00 |
| description | A bookkeeping lib |
| homepage | |
| repository | https://github.com/whisperpine/tledger |
| max_upload_size | |
| id | 1696634 |
| size | 57,088 |
A bookkeeping cli backed by timescaledb.
[!WARNING] This project is in its very early stages of development. Most features are not yet implemented, and the current codebase is highly experimental. Expect significant changes, incomplete functionality, and potential bugs.
flowchart LR
cli(tleger-cli)
lib(tleger)
core(tleger-core)
macro(tleger-macro)
cli --> lib
lib --> core
macro --> core
lib --> macro