erasable 1.2.1

Type-erased thin pointers.
Documentation
[badges.maintenance]
status = "passively-maintained"

[build-dependencies.autocfg]
version = "1.0.0"

[dependencies.scopeguard]
default-features = false
version = "1.1.0"

[dev-dependencies.either]
version = "1.5.3"

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

[package]
authors = ["Christopher Durham (cad97) <cad97@cad97.com>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Type-erased thin pointers."
edition = "2018"
keywords = ["thin", "pointer", "type", "erasure"]
license = "MIT OR Apache-2.0"
name = "erasable"
readme = "README.md"
repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/erasable"
version = "1.2.1"

[package.metadata.workspaces]
independent = true

[[test]]
name = "abuse"
path = "tests/abuse.rs"
required-features = ["alloc"]