sgrif / derive_derefLinks
Adds `#[derive(Deref)]` and `#[derive(DerefMut)]`
☆39Updated 4 years ago
Alternatives and similar repositories for derive_deref
Users that are interested in derive_deref are comparing it to the libraries listed below
Sorting:
- ☆59Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated last month
- Find out about keys that are ignored when deserializing data☆95Updated last month
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- ☆61Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- ☆39Updated 2 years ago
- Serialization value trees☆48Updated last year
- ☆76Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- `$crate` in procedural macros.☆76Updated 2 months ago
- Proc macro for smol async runtime☆54Updated 4 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated last month
- ☆108Updated last year
- Cargo API written in Paris☆54Updated 2 weeks ago
- Write doc comments from macros☆101Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last month
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 months ago
- Threadsafe RefCell for Rust☆96Updated 8 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- ☆87Updated 10 months ago
- Rust Stream combinator, to limit the rate at which items are produced☆28Updated 2 years ago
- Extension of nom to trace parser☆49Updated 9 months ago
- Lossless functionality for platform-native strings.☆73Updated 4 months ago
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆46Updated 4 years ago