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 |
#473 in Memory management
34,228 downloads per month
Used in aliasable
6KB
80 lines
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"
lib.rs
:
This crate defines an unsafe marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.