Cargo Features
[dependencies]
pin-init = { version = "0.2.0", default-features = false, features = ["alloc", "alloc_pin_with", "alloc_try_pin_with"] }
- default = alloc, alloc_pin_with
-
These default features are set whenever
pin-init
is added without
somewhere in the dependency tree.default-features = false - alloc default alloc_pin_with alloc_try_pin_with?
- alloc_pin_with default = alloc
-
Affects
pin-init::PtrPinWith
… - alloc_try_pin_with = alloc
-
Affects
pin-init::PtrTryPinWith
…