4 releases (1 stable)
1.0.0 | Jun 29, 2021 |
---|---|
0.2.1 | Nov 21, 2019 |
0.2.0 | Nov 20, 2019 |
0.1.0 | Nov 8, 2019 |
#575 in Memory management
38,703 downloads per month
Used in aliasable
6KB
80 lines
This crate defines an unsafe marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.
trait AliasableDeref
Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.
Documentation hosted on docs.rs.
aliasable_deref_trait = "1"