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
- Choose Rust types at compile-time via constants☆69Updated last year
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- A memory efficient syntax tree for language developers☆63Updated 4 months ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- exhaustive testing library☆66Updated last year
- 🎶 Choreographic programming in Rust 🎶☆61Updated 8 months ago
- Blazing fast immutable collection datatypes for Rust.☆127Updated 2 months ago
- A garbage collection library for Rust with zero unsafe code☆115Updated last year
- A fast, concurrent string interner☆161Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Simple refinement types for Rust; parse, don't validate!☆76Updated last month
- Safe, zero-cost tail recursion for stable Rust☆182Updated last year
- lens implemented in rust☆117Updated 2 years ago
- Interning of data in rust☆114Updated 5 months ago
- Fast cache efficient immutable map for rust☆29Updated 3 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 3 weeks ago
- Proc-macro typestate DSL for Rust☆152Updated 2 years ago
- Anonymous struct and named arguments in Rust.☆78Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated this week
- Silky smooth Java-Rust interop☆197Updated this week
- Optics library for rust☆49Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆75Updated this week
- Alternative future adapters that provide cancel safety.☆77Updated last week
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- A simple, id-based arena☆122Updated 2 years ago
- An unordered multiset/bag implementation backed by HashMap☆74Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆99Updated 7 months ago