inanna-malick / recursionLinks
Stack safe and expressive recursion in Rust
☆104Updated 6 months ago
Alternatives and similar repositories for recursion
Users that are interested in recursion are comparing it to the libraries listed below
Sorting:
- Seamless Higher-Kinded Types in Rust☆87Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- 🎶 Choreographic programming in Rust 🎶☆61Updated 9 months ago
- A memory efficient syntax tree for language developers☆63Updated 4 months ago
- Choose Rust types at compile-time via constants☆70Updated last year
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- lens implemented in rust☆117Updated 2 years ago
- A garbage collection library for Rust with zero unsafe code☆116Updated last year
- Simple refinement types for Rust; parse, don't validate!☆76Updated last month
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- Anonymous struct and named arguments in Rust.☆78Updated last year
- Safe, zero-cost tail recursion for stable Rust☆182Updated last year
- A fast, concurrent string interner☆162Updated last year
- exhaustive testing library☆66Updated last year
- Wadler-style pretty-printing combinators in Rust☆173Updated 3 months ago
- Silky smooth Java-Rust interop☆199Updated this week
- Proc-macro typestate DSL for Rust☆153Updated 2 years ago
- Experimental type level programming in Rust☆41Updated 4 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆116Updated last month
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Functional lens library for Rust☆113Updated 5 years ago
- Blazing fast immutable collection datatypes for Rust.☆128Updated 3 weeks ago
- The Haskell’s do notation brought to Rust☆64Updated 3 years ago
- A simple, id-based arena☆123Updated 2 years ago
- Interning of data in rust☆115Updated 6 months ago
- A macro wrapping Rust closure calls that allows for capturing variables in scope on an individual bases.☆41Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week