Sgeo / take_mut
Intended to allow taking a T from a &mut T temporarily
☆73Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for take_mut
- A type safe, low level replacement for `std::io`.☆60Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆69Updated 3 months ago
- Concatenate identifiers in a macro invocation☆93Updated last year
- A rust library for checked floating point operations☆81Updated last year
- ☆58Updated 2 months ago
- A small ASCII-only bounded length string representation.☆58Updated 2 years ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Safe wrapper for initializing arrays☆72Updated last year
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- ☆55Updated last year
- ☆58Updated 7 years ago
- ☆36Updated 3 years ago
- Keep version numbers in sync with Cargo.toml☆72Updated 5 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- Write doc comments from macros☆98Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- A crate with indexed arenas with small memory footprint☆76Updated 2 months ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- Token tree calling convention☆80Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated 4 months ago
- Safely combine results☆81Updated 2 months ago
- ☆55Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- A library for compact bit sets containing enums.☆92Updated 3 months ago
- Spawn processes with arbitrary closures in rust☆108Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆101Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated last month
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago