alecmocatta / replace_withLinks
Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.
☆110Updated last month
Alternatives and similar repositories for replace_with
Users that are interested in replace_with are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Make trait methods callable without the trait in scope☆147Updated 3 weeks ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆45Updated last month
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Lending iterators on stable Rust☆82Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated 2 months ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- ☆57Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Automatic cfg for Rust compiler features☆96Updated 3 weeks ago
- Serialization value trees☆44Updated 10 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Const TypeId and non-'static TypeId☆66Updated last month
- ☆112Updated 2 years ago
- An exploration of Storages☆35Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆208Updated last week
- Migrated to Codeberg☆79Updated last year
- Use declarative macros as proc_macro attributes or derives☆115Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- Automatically implement traits for common smart pointers☆114Updated 2 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆58Updated 3 months ago
- Compile-time checks that an enum or match is written in sorted order☆115Updated 2 weeks ago
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated last week
- Token tree calling convention☆79Updated 2 years ago