Prodedural macros for deriving the VariantAccess traits
A set of traits and macros for defining a common api for Rust enums based on the std::variant api in the C++ standard library
A set of traits and for defining a common api for Rust enums based on the std::variant api in the C++ standard library
Proc-macro derive to generate keypath methods using rust-keypaths (static dispatch)
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
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.
AI/Human task management system with file-based storage
Derive macro to generate a method to access the discriminant of an enum variant with a repr(T) at runtime
Derive macro for safe struct field access by their names in runtime
A derive macro to create mutable and immutable getters for tuple/struct members of enum variants
Macro for efficient and type-checked access to individual bits of a variable