Sgeo / take_mut
Intended to allow taking a T from a &mut T temporarily
☆78Updated 5 years ago
Alternatives and similar repositories for take_mut:
Users that are interested in take_mut are comparing it to the libraries listed below
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆72Updated 6 months ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆68Updated 4 months ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated last month
- A rust library for checked floating point operations☆82Updated 2 months ago
- Safely combine results☆81Updated 5 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- ☆54Updated 3 years ago
- A small ASCII-only bounded length string representation.☆58Updated 3 years ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆93Updated 8 months ago
- A library for compact bit sets containing enums.☆97Updated 2 months ago
- A Rust library for generically joining iterables with a separator☆92Updated last year
- ☆55Updated last year
- Runtime string formatting for Rust☆63Updated 5 years ago
- Candidates for inclusion in the Rust standard library☆89Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- ☆59Updated 5 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- Unicode Case-folding for Rust☆77Updated last month
- A type safe, low level replacement for `std::io`.☆61Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated 8 months ago
- A proc-macro to break Rust IDEs☆64Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆151Updated 2 months ago