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.
Thread-safe, dynamically resizable queues with lock-based and lock-free implementations for high-throughput scenarios
rust native goroutines
VecDeque-like fast, unbounded, FIFO, concurent read-lock-free message queue.
A tree that grows from the leaves and recedes from the root.
A high-performance async Rust implementation of KCP - A Fast and Reliable ARQ Protocol
Generic object and connection pooling. Async-safe with min/max sizing, idle timeouts, max-lifetime enforcement, validation-on-borrow, and health-check callbacks. Works for database connections, HTTP clients, worker threads, or any expensive resource.
A double-ended queue that Deref's into a slice.
A double-ended queue that Deref's into a slice.
High-performance, schema-agnostic, backend-agnostic event bus
High-performance, schema-agnostic, backend-agnostic event bus
mmap-backed IPC channels with regionized layout, alignment-safe headers, and file rolling.