Procedural macro to automatically curry functions
Automatically implement Curry for callable types such that they are curried functions
A library for functional programming in Rust
Macro based library to take the boilerplate out of configuration handling
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.
currying function to be used in normal && generic && map case, with procedural macro.
Tiny ML compiler for the Z80 processor with Hindley-Milner type inference
A highly parallel Perl 5 interpreter written in Rust
Utilities making Rust/Haskell FFI easier