-
deref
dereferencing types
-
mayber
A zero-cost enum for handling either references or owned values with a unified interface
-
for-sure
Option-like type but with Deref implementation
-
freezebox
deref'able lazy-initialized container
-
derive_deref
Adds
#[derive(Deref)]and#[derive(DerefMut)] -
aliasable_deref_trait
Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer
-
owned-read
Wraps your
Deref<Target=[u8]>into aio::Read -
deref_owned
Generalization of std::borrow::Cow
-
thinwrap
Deref struct macros for Rust
-
match_box
boxand deref patterns in “match” for stable Rust. Now you can match throughBox,Rc, etc. -
match_deref
Deref patterns in "match" for stable Rust. Now you can match through Rc, String, etc
-
valuetypes
macro derive the Deref trait on one-tuple-structs
Try searching with DuckDuckGo.