Cargo Features
[dependencies]
viaptr = { version = "0.1.0", default-features = false, features = ["alloc", "triomphe"] }
- default = alloc
-
The
alloc
feature is set by default wheneverviaptr
is added without
somewhere in the dependency tree.default-features = false - alloc default
Features from optional dependencies
- triomphe implicit feature