Ericson2314 / rust-papersLinks
An enrichment of Rust's core language to support more advanced features
☆18Updated 8 years ago
Alternatives and similar repositories for rust-papers
Users that are interested in rust-papers are comparing it to the libraries listed below
Sorting:
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Experimental collection traits for Rust☆28Updated 8 years ago
- Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.☆19Updated 8 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- A growable array allowing for multiple mutable non-overlapping regions.☆16Updated 6 years ago
- Set theory applied on sorted and deduplicated slices.☆45Updated 2 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- An in-memory topological sort algorithm for trees based on Group Theory☆24Updated 4 years ago
- Generic permutator written in Rust that permutates both lists of lists and singular lists using references.☆16Updated 6 years ago
- dom-like layout for terminal applications☆13Updated 4 years ago
- Collections Library for Adapton, in Rust☆13Updated 7 years ago
- Concatenate and print files in a Rust byte slice compatible format.☆12Updated 2 years ago
- ☆15Updated 5 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 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
- ☆9Updated 9 years ago
- A compiler plugin to enable tests to be defined upon rust's traits.☆10Updated 5 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 8 years ago
- A symbolic evaluator for MIR☆19Updated 5 years ago
- A safe and reliable process manager☆43Updated 5 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆21Updated 5 years ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Updated 7 years ago
- obsolete since rust 1.35.0 doesn't need it anymore☆10Updated 3 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆46Updated 3 years ago