tledger-macro 0.0.1-alpha.3

The procedual macros of tledger
Documentation
# tledger

A bookkeeping cli backed by [timescaledb](https://github.com/timescale/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

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

  cli --> lib
  lib --> core
  macro --> core
  lib --> macro
```