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 7 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.☆178Updated 4 months ago
- ☆112Updated 3 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Make trait methods callable without the trait in scope☆161Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- Better reference counted strings for Rust☆139Updated last year
- Macro for sealing traits and structures☆60Updated last year
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- ☆61Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated 2 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆79Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated this week
- Abstract over different executors☆74Updated 2 years ago
- A tool to mine crates.io and produce static websites☆137Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Big array helper for serde☆65Updated last year
- Convert number to enum☆87Updated last year
- `$crate` in procedural macros.☆78Updated last month
- Typed index version of Rust slice and Vec containers☆75Updated 2 weeks ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 4 months ago
- A light wrapper around rr, the time-travelling debugger☆145Updated 2 years ago
- Cargo subcommand for checking your documentation for broken links☆156Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last month