paholg / peanoLinks
The peano numbers implemented in Rust's type system.
☆24Updated 8 years ago
Alternatives and similar repositories for peano
Users that are interested in peano are comparing it to the libraries listed below
Sorting:
- A macro for defining type operators in Rust.☆64Updated 8 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- Named arguments for Rust☆38Updated 8 years ago
- ☆95Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- A very small GC in Rust, with a safe API☆62Updated last year
- Experimental Language based on Rust and Haskell☆51Updated 8 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- ☆40Updated 6 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- Low-level manipulations of IEEE754 floating-point numbers.☆28Updated 2 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine