MultiIndexMap: A generic multi index map inspired by boost multi index containers
A Rust procedural macro for collections that can be efficiently looked up, mutated, and removed by multiple indexes simultaneously
MultiIndexMap: A generic multi index map inspired by boost multi index containers
MultiIndexMap: A generic multi index map inspired by boost multi index containers
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.
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
High-performance AI coding agent CLI - Rust port of Pi Agent
A highly parallel Perl 5 interpreter written in Rust
Additional feature implementation to access `cw-storage-plus` and `cosmwasm-storage`
High-performance command-line toolkit for streaming, indexing, and transforming CSV datasets
Proc-macros for store_by_enum (derive Axis and store generation).
Pure-Rust EVC (MPEG-5 Essential Video Coding, ISO/IEC 23094-1) decoder — baseline + main profile. Round-1 scaffold: NAL + parameter-set parsing only; pixel decode pending.