Sgeo / take_mut
Intended to allow taking a T from a &mut T temporarily
☆73Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for take_mut
- Concatenate identifiers in a macro invocation☆93Updated last year
- A rust library for checked floating point operations☆81Updated last year
- Candidates for inclusion in the Rust standard library☆89Updated last year
- Rust macros for std::Command☆39Updated 3 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 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.☆74Updated last week
- A crate with indexed arenas with small memory footprint☆76Updated 2 months ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆69Updated 4 months ago
- ☆55Updated last year
- A type safe, low level replacement for `std::io`.☆60Updated last year
- Utilities for dealing with substructures within syn macros☆139Updated 3 months ago
- Write doc comments from macros☆98Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- Token tree calling convention☆79Updated last year
- Keep version numbers in sync with Cargo.toml☆72Updated 5 months ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆149Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆105Updated 2 years ago
- Safely combine results☆81Updated 2 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- ☆58Updated 2 months ago
- A small ASCII-only bounded length string representation.☆58Updated 2 years ago
- ☆55Updated 3 years ago
- A library for compact bit sets containing enums.☆93Updated 4 months ago