aliasable_deref_trait 0.1.0

Marker trait indicating a pointer type can have it's pointee safely aliased
Documentation
[dependencies]

[features]
alloc = []
default = ["std"]
std = []

[package]
authors = ["avitex <theavitex@gmail.com>"]
categories = ["memory-management", "no-std"]
description = "Marker trait indicating a pointer type can have it's pointee safely aliased"
documentation = "https://docs.rs/aliasable-deref-trait"
edition = "2018"
homepage = "https://github.com/avitex/rust-aliasable-deref-trait"
license = "MIT"
name = "aliasable_deref_trait"
repository = "https://github.com/avitex/rust-aliasable-deref-trait"
version = "0.1.0"