Cargo Features
[dependencies]
zkp-logging-allocator = { version = "0.2.0", default-features = false, features = ["std", "enable"] }
- default = enable, std
-
These default features are set whenever
zkp-logging-allocator
is added without
somewhere in the dependency tree.default-features = false - std default
- enable default
-
Affects
zkp-logging-allocator::ALLOCATOR
…