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 |
#65 in #trait
186 downloads per month
Used in 2 crates
(via 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.
No runtime deps
Features
- alloc
- std