Automatically derive Deref/DerefMut implementations
A Rust library for dereferencing types
A Rust library for dereferencing types
Deref patterns in "match" for stable Rust. Now you can match through Rc, String, etc
A procedural macro for generating the most basic getters and setters on fields.
Supports defining opaque typedefs
Supports defining opaque typedefs
derive-deref-rs is a derive macro library used to easily defined the Derive and DrerfMut trait of the core library.
Adds `#[derive(Deref)]` and `#[derive(DerefMut)]`
A std::sync::OnceLock wrapper that dereferences to its initialized value.
Crate for deriving the `Deref` and `DerefMut` traits
Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer