sgrif / derive_derefLinks
Adds `#[derive(Deref)]` and `#[derive(DerefMut)]`
☆39Updated 3 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:
- ☆58Updated last year
- ☆57Updated last year
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Find out about keys that are ignored when deserializing data☆87Updated 2 months ago
- Write doc comments from macros☆100Updated 3 years ago
- Keep version numbers in sync with Cargo.toml☆73Updated last year
- Serialization value trees☆45Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 weeks ago
- `$crate` in procedural macros.☆74Updated 2 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated 2 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆61Updated this week
- ☆39Updated 2 years ago
- In Rust, format Duration into a string like "1 hour ago" or "01hou".☆72Updated 3 weeks ago
- Abstraction over std::Instant and tokio_timer that works on WASM☆75Updated 3 years ago
- Extension of nom to trace parser☆49Updated 6 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- Generic extensions for tapping values in Rust.☆58Updated 6 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆47Updated 2 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 5 months ago
- Macro for sealing traits and structures☆58Updated 8 months ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Advisory cross-platform file locks using file descriptors☆80Updated 3 months ago
- Proc macro for using doc comments as context for errors/logs/profiling/whatever via `tracing`☆47Updated 3 years ago
- A rust logger that routes messages to the browser's console.☆99Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago