tledger-macro

Crates.iotledger-macro
lib.rstledger-macro
version0.0.1-alpha.3
created_at2025-06-01 11:40:31.573677+00
updated_at2025-06-01 11:40:31.573677+00
descriptionThe procedual macros of tledger
homepage
repositoryhttps://github.com/whisperpine/tledger
max_upload_size
id1697069
size49,509
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