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:
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated last month
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- Related constants in Rust: 1 << iota☆18Updated 2 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- 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 2 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- An ordered map and set based on a trie.☆28Updated 5 years ago
- An in-memory topological sort algorithm for trees based on Group Theory☆24Updated 4 years ago
- Ergonomic trie data structure☆27Updated 6 years ago
- Low-level manipulations of IEEE754 floating-point numbers.☆28Updated 2 years ago
- A macro for defining type operators in Rust.☆65Updated 8 years ago
- Lift enum variants to the type-level.☆33Updated 4 years ago
- ☆25Updated 10 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆46Updated 3 years ago
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- Rust marketing handbook☆38Updated 4 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Partial function application macro for Rust☆47Updated 4 years ago
- ☆17Updated 9 years ago