Cargo Features
[dependencies]
dyn-ptr = { version = "0.2.3", default-features = false, features = ["any-ptr"] }
- default = any-ptr
-
The
any-ptr
feature is set by default wheneverdyn-ptr
is added without
somewhere in the dependency tree.default-features = false - any-ptr default
DynPtr has 2 features without comments.