aliasable_deref_trait 1.0.0

Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer
Documentation
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["avitex <avitex@wfxlabs.com>"]
categories = ["memory-management", "no-std"]
description = "Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer"
documentation = "https://docs.rs/aliasable_deref_trait"
edition = "2018"
homepage = "https://github.com/avitex/rust-aliasable-deref-trait"
include = ["src/**/*", "README.md", "CHANGELOG.md", "LICENSE", "Cargo.toml"]
keywords = ["aliasable", "deref", "trait"]
license = "MIT"
name = "aliasable_deref_trait"
readme = "README.md"
repository = "https://github.com/avitex/rust-aliasable-deref-trait"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]