Name Description Size Coverage
.cargo-checksum.json 667 -
.cargo_vcs_info.json 74 -
Cargo.toml 1117 -
Cargo.toml.orig 596 -
LICENSE-APACHE 10847 -
LICENSE-MIT 1056 -
README.md This crate defines an unsafe marker trait, StableDeref, for container types which deref to a fixed address which is valid even when the containing type is moved. For example, Box, Vec, Rc, Arc and String implement this trait. Additionally, it defines CloneStableDeref for types like Rc where clones deref to the same address. 1502 -
src -