Firebase Auth Token Verification Crate
Generic Service<N, A, R> orchestration scaffold shared by every DIG Network binary. Lifecycle hooks, TaskRegistry, ShutdownToken — and nothing else.
Tiny global registry of per-request CancellationToken handles, keyed by string id. Pair with tokio_util::sync::CancellationToken for request-id-based cancellation in async LLM agents and web servers.
Pure-Rust VP9 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Cross-thread event queue with conflation and FIFO delivery
Cargo subcommand: `cargo rudzio test` auto-generates a single-binary aggregator that runs every rudzio test in the workspace under one `#[rudzio::main]`.
Async testing framework with pluggable runtimes (tokio, compio) and per-test context setup/teardown.
Procedural macros for the rudzio async testing framework.
Internal AST-manipulation library backing `rudzio-macro`. Not a proc-macro crate, so consumers (including the macro's own integration tests) can import its regular items.
Async WiFi station (STA) lifecycle manager for embedded Linux
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs