logline

Crates.iologline
lib.rslogline
version0.1.1
created_at2026-01-09 20:29:47.404794+00
updated_at2026-01-10 16:40:00.336451+00
descriptionLogLine: full stack bundle (TDLN + JSON✯Atomic + LogLine core + LLLV) with CLI.
homepagehttps://logline.foundation
repositoryhttps://github.com/LogLine-Foundation/logline-workspace
max_upload_size
id2032785
size121,044
(danvoulez)

documentation

https://docs.rs/logline

README

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

Commit count: 14

cargo fmt