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.
Convert between SQLite/DuckDB databases and CSV directories
🦸 An unintrusive ORM for Rust
Hasura-style GraphQL ORM for PostgreSQL — one SQL per request via json_agg.
User authentication with TOTP two-factor authentication for Axum web applications
A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
A single-binary MCP server for MySQL, MariaDB, PostgreSQL, and SQLite
A powerful, lock-free rate limiter for Rust: multiple algorithms behind one trait, sharded per-key state, bounded-memory eviction, retry-after, and a one-line Tier-1 API. Built against hostile traffic.
Interactive CLI for contextdb — explore relational, graph, and vector queries in a REPL
Core types, traits, and error types for contextdb
Embedded database engine for agentic memory — relational, graph, and vector under unified MVCC transactions
Graph executor for contextdb — bounded BFS, DAG enforcement, typed edges