golddranks / multi_mut
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:
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A rust proc-macro to generate conversions for an enum of newtype variants☆28Updated 2 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆21Updated 5 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
- Delegate method calls to a field.☆14Updated 7 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- ☆23Updated 8 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- ☆31Updated 5 years ago
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- ☆20Updated 8 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- An experiment in embedding layout computations in the type system.☆17Updated 5 years ago
- Repo for the Rust `platform` crate.☆22Updated 6 years ago
- Proc macro derive to generate structs from enum variants.☆29Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- ☆20Updated 4 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A crate for compile-time duck typing and reflection of structs☆16Updated 3 years ago
- Incremental, zero-copy UTF-8 decoding for Rust☆24Updated 2 years ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- Implement Rust's Debug trait on Snafu errors for pretty CLI output☆10Updated 5 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 4 months ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 6 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago