tledger

Crates.iotledger
lib.rstledger
version0.0.1-alpha.3
created_at2025-05-31 21:06:31.345466+00
updated_at2025-06-01 11:40:30.481509+00
descriptionA bookkeeping lib
homepage
repositoryhttps://github.com/whisperpine/tledger
max_upload_size
id1696634
size57,088
Yusong (whisperpine)

documentation

README

tledger

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.

Code Structure

flowchart LR
  cli(tleger-cli)
  lib(tleger)
  core(tleger-core)
  macro(tleger-macro)

  cli --> lib
  lib --> core
  macro --> core
  lib --> macro
Commit count: 0

cargo fmt