[[test]]
name = "smoke"
path = "tests/smoke.rs"
required-features = ["alloc"]
[badges.maintenance]
status = "passively-maintained"
[build-dependencies.autocfg]
version = "1.0.0"
[dependencies.erasable]
version = "1.0.0"
[dependencies.paste]
version = "0.1.10"
[features]
alloc = ["erasable/alloc"]
default = ["alloc"]
[package]
authors = ["Christopher Durham (cad97) <cad97@cad97.com>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Pointer union types the size of a pointer by storing the tag in the alignment bits."
edition = "2018"
keywords = ["thin", "pointer", "union", "enum"]
license = "MIT OR Apache-2.0"
name = "ptr-union"
readme = "README.md"
repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/ptr-union"
version = "2.0.0-pre"