Ericson2314 / rust-papers
An enrichment of Rust's core language to support more advanced features
☆16Updated 7 years ago
Alternatives and similar repositories for rust-papers:
Users that are interested in rust-papers are comparing it to the libraries listed below
- Generic permutator written in Rust that permutates both lists of lists and singular lists using references.☆16Updated 5 years ago
- A structure for holding a set of enum variants☆20Updated 6 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 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 2 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 8 years ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Updated 7 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- ☆10Updated 9 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Experimental collection traits for Rust☆28Updated 7 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆46Updated 2 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Set theory applied on sorted and deduplicated slices.☆45Updated 2 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years 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
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- Collections Library for Adapton, in Rust☆13Updated 7 years ago
- A growable array allowing for multiple mutable non-overlapping regions.☆16Updated 6 years ago
- Named arguments for Rust☆38Updated 7 years ago
- Ordered iterators☆11Updated 4 years ago
- A symbolic evaluator for MIR☆19Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- Constant Time Operations for Crypto Libraries☆10Updated 7 years ago
- An ordered map and set based on a trie.☆29Updated 4 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆21Updated 5 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- A micro-benchmarking library.☆22Updated 6 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago