golddranks / multi_mutLinks
Methods on HashMap and BTreeMap for safely getting multiple mutable references to the contained values.
☆19Updated 8 years ago
Alternatives and similar repositories for multi_mut
Users that are interested in multi_mut are comparing it to the libraries listed below
Sorting:
- ☆23Updated 9 years ago
- An experiment in embedding layout computations in the type system.☆17Updated 6 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆46Updated 7 years ago
- ☆64Updated 8 years ago
- Renders interactive fractal-like animations☆19Updated 8 years ago
- Repo for the Rust `platform` crate.☆22Updated 6 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- ☆56Updated 4 years ago
- ☆31Updated 5 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 9 months ago
- Delegate method calls to a field.☆15Updated 7 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- ☆19Updated 4 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- A rust library for checked floating point operations☆82Updated last year
- Token tree calling convention☆82Updated 3 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- Beautiful generative geometric images from a string, based on @jasonlong's geo_pattern, with a WASM demo☆45Updated 5 years ago
- Simple and Fast 2D rendering library for Rust, based on gfx-hal☆31Updated 5 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆22Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆48Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- Minimalist lightweight inline JavaScript for Rust applications targeting WebAssembly via the wasm32-unknown-unknown target.☆20Updated 8 years ago