Cargo Features
[dependencies]
ptr-union = { version = "2.2.2", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverptr-union
is added without
somewhere in the dependency tree.default-features = false - alloc default
ptr-union has 2 features without comments.