A highly parallel Perl 5 interpreter written in Rust
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.
Procedural macro for concise defining SNARK relations.
A lightweight Rust web framework with dependency injection
Core framework for Gearbox - dependency injection and HTTP routing
Procedural macros for Gearbox framework
PostgreSQL integration for Gearbox framework
A general-purpose serialization/de-serialization library
Implementation of #[derive(Deserialize, Serialize, Update)] for serde-lite
Procedural macros for substruct generation
A proc-macro crate that generates partial versions of Rust structs. Specify omitted fields and custom derives via attributes, then use the generated conversion method to build the full struct.
Enhanced documentation macro with constant evaluation