Cargo Features
[dependencies]
pop-trait = { version = "0.2.1", default-features = false, features = ["no-std", "contain-rs", "collections"] }
- default = collections, contain-rs
-
These default features are set whenever
pop-trait
is added without
somewhere in the dependency tree.default-features = false - no-std
-
Enables no-std of len-trait ^0.2
- contain-rs default = bit-vec, blist, interval-heap, linked-hash-map
-
Enables contain-rs of len-trait ^0.2
- collections default
-
Enables collections of len-trait ^0.2
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.