tledger-core

Crates.iotledger-core
lib.rstledger-core
version0.0.1-alpha.3
created_at2025-05-31 21:06:24.400124+00
updated_at2025-06-01 11:40:23.476636+00
descriptionA bookkeeping lib
homepage
repositoryhttps://github.com/whisperpine/tledger
max_upload_size
id1696633
size49,717
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