agentledger-runtime 1.0.2

Dependency-free Rust runtime for AgentLedger
Documentation
# AgentLedger Rust Examples

Run from `rust/` unless noted.

## Quickstart

```bash
cd rust
cargo run --quiet --example quickstart
```

Source: `quickstart.rs`

## CLI Quickstart

```bash
cd rust
cargo run --quiet -- quickstart
cargo run --quiet -- conformance
```

Crate surface: `agentledger-runtime`. The library crate is imported as `agentledger`. See `../README.md` for package metadata and API examples.