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
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- A rust library for checked floating point operations☆81Updated 4 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 9 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 8 months ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Write doc comments from macros☆99Updated 3 years ago
- A library for compact bit sets containing enums.☆101Updated this week
- ☆56Updated last year
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- ☆58Updated 8 months ago
- Typed index version of Rust slice and Vec containers☆69Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Token tree calling convention☆79Updated 2 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Safely combine results☆81Updated 8 months ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- ☆63Updated 7 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 4 months ago