2bdkid / refinement
Convenient creation of type-safe refinement types.
☆19Updated 8 months ago
Alternatives and similar repositories for refinement:
Users that are interested in refinement are comparing it to the libraries listed below
- Propositional logic with types in Rust☆62Updated last year
- ☆17Updated 4 years ago
- Experimental type level programming in Rust☆37Updated 3 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 2 years ago
- Disjoint borrow of slices in Rust☆11Updated 5 years ago
- Build a rustc sysroot with custom flags☆17Updated 6 months ago
- The simd optimized escape code☆53Updated this week
- Lift enum variants to the type-level.☆33Updated 4 years ago
- Simple goldenfile testing in Rust.☆39Updated last month
- ☆31Updated 9 months ago
- `NonEmpty` library vector for rust☆19Updated 2 years ago
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆8Updated 2 years ago
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆51Updated last week
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.