tledger-cli

Crates.iotledger-cli
lib.rstledger-cli
version0.0.1-alpha.3
created_at2025-06-01 11:40:39.221549+00
updated_at2025-06-01 11:40:39.221549+00
descriptionA bookkeeping cli
homepage
repositoryhttps://github.com/whisperpine/tledger
max_upload_size
id1697070
size57,470
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