Crate aliasable_deref_trait

Crate aliasable_deref_trait 

Source
Expand description

This crate defines an unsafe marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.

Traitsยง

AliasableDeref
An unsafe marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.