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.
Proc macro for deriving error kinds
A lightweight, customizable profiling library for Rust with support for custom categories and percentile statistics
Procedural macros for the quantum-pulse profiling library
Attribute macro for registering integration tests with admixture contexts
Library for creating memoized queries, in a simple way
Library for creating memoized queries, in a simple way
Type-safe database schema generation for Rust with support for custom storage backends, automatic indexing, and layered cache architectures
High-performance, lock-free dependency injection container for Rust
Compile-time-checked PostgreSQL queries with a pure-Rust wire protocol driver.
Zanzibar-style authorization engine — model parser, resolver, policy traits, and CEL condition evaluation
Derive macros for dependency-injector