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.
☆114Updated 5 months ago
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.☆175Updated 3 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- ☆112Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- ☆61Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Better reference counted strings for Rust☆138Updated last year
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Extract documentation for the feature flags from comments in Cargo.toml☆188Updated 2 weeks ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- `$crate` in procedural macros.☆76Updated last month
- Migrated to Codeberg☆79Updated 2 years ago
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated last month
- A library for compact bit sets containing enums.☆119Updated last month
- Abstract over different executors☆74Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆78Updated last year
- Concatenate identifiers in a macro invocation