Cargo Features
[dependencies]
sbloom = { version = "0.5.1", default-features = false, features = ["std", "heapsizeof", "serialize"] }
- default = heapsizeof, serialize, std
-
These default features are set whenever
sbloom
is added without
somewhere in the dependency tree.default-features = false Enables libc of fixed-hash ^0.2.3
- std default serialize
-
Enables std of fixed-hash ^0.2.3
- heapsizeof default
-
Enables heapsizeof of fixed-hash ^0.2.3
- serialize default = s-types-serialize, serde, std
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.