stable_deref_trait 1.2.0

An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Robert Grosse <n210241048576@gmail.com>"]
categories = ["memory-management", "no-std"]
description = "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n"
documentation = "https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait"
license = "MIT/Apache-2.0"
name = "stable_deref_trait"
readme = "README.md"
repository = "https://github.com/storyyeller/stable_deref_trait"
version = "1.2.0"