erasable 1.3.0

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"]

[lib]
name = "erasable"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Type-erased thin pointers."
edition = "2021"
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"
rust-version = "1.80"
version = "1.3.0"

[package.metadata.workspaces]
independent = true

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

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[[test]]
name = "this_is_ub_examples"
path = "tests/this_is_ub_examples.rs"