Cargo Features

[dependencies]
ptr-union = { version = "2.2.2", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever ptr-union is added without default-features = false somewhere in the dependency tree.

alloc default

Enables alloc of erasable

ptr-union has 2 features without comments.