#tdln #bundle #json-atomic #lllv

no-std bin+lib logline

LogLine: full stack bundle (TDLN + JSON✯Atomic + LogLine core + LLLV) with CLI

2 releases

0.1.1 Jan 10, 2026
0.1.0 Jan 9, 2026

#1444 in Cryptography


Used in chip_as_code

MIT license

195KB
3.5K SLoC

logline

One-stop LogLine bundle and CLI. Includes:

  • TDLN stack (ast/proof/compiler/gate) with dv25 + ed25519 and JSON✯Atomic enforced
  • LogLine core
  • LLLV core/index
  • JSON✯Atomic strict rules by default

Library usage

[dependencies]
logline = "0.1"
use logline::gate::decide;
use logline::compiler::compile;
use logline::json_atomic;

CLI (single binary: logline)

# TDLN compile/info/version
logline compile "book a table for two"
logline info
logline version

# Atomic utilities
logline send --url https://... --json payload.json --dim 0x0001
logline tail --path ./ubl_dir --pretty --kind payment
logline bench --url https://... --dim 0x0001 --json payload.json --concurrency 8 --count 100
logline keygen
logline ubl verify --path ./events.ubl
logline completions --shell zsh
  • compile <text>: produces canonical JSON, AST CID, canon CID.
  • send/tail/bench/ubl verify/keygen/completions mirror the atomic toolkit; dev-server stays behind feature server.

License

MIT

Dependencies

~14–30MB
~411K SLoC