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:
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Low-level manipulations of IEEE754 floating-point numbers.☆28Updated 2 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- Lift enum variants to the type-level.☆33Updated 4 years ago
- tom: a format-preserving TOML parser in Rust☆38Updated 3 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 3 months ago
- A very small GC in Rust, with a safe API☆62Updated 11 months ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- ☆34Updated 3 years ago
- Take a reference and get back a slice of length one☆25Updated 4 years ago
- An ordered map and set based on a trie.☆28Updated 5 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 11 months ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- Ergonomic trie data structure☆27Updated 6 years ago
- ☆18Updated 5 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- An enrichment of Rust's core language to support more advanced features☆18Updated 8 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- Ergonomic, garbage collected strings for Rust☆36Updated 8 years ago
- Experimental Language based on Rust and Haskell☆51Updated 8 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 6 months ago
- Proof of Concept of a version of the error trait that is no-std compatible and works with backtraces / error return traces☆11Updated 4 years ago