A procedural macro to iterate over enum variants, ala Swift's CaseIterable
My personal collection of special-case iterator methods
Declarative macro-derivable trait for iterating over field-less enum type variants
Get a lexicographic cartesian product and lexicographic permutation at any specific index from data. Generate complete lexicographic cartesian product from single or multiple set of data. Generate complete lexicographic combination from data. Generate non-lexicographic permutation and k-permutation.
Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
Rust wrapper for the ANSI C Radix Tree "rax" https://github.com/antirez/rax implementation used in Redis
Newton's method for solving systems of nonlinear equations using the Faer library.
Newton's method for solving systems of nonlinear equations using the Faer library.
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.
Composable, zero-allocation Display formatting combinators for Rust.
Parameterized test cases and test decorators
A highly parallel Perl 5 interpreter written in Rust