Cargo Features
[dependencies]
pdatastructs = { version = "0.7.0", default-features = false, features = ["bytecount", "fixedbitset", "num-traits", "rand", "succinct"] }
- default = bytecount, fixedbitset, num-traits, rand, succinct
-
These default features are set whenever
pdatastructs
is added without
somewhere in the dependency tree.default-features = false
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.
- bytecount default
-
Affects
pdatastructs::hyperloglog
… - fixedbitset default
-
Enables fixedbitset ^0.4
Affects
filters::bloomfilter
,filters::quotientfilter
… - num-traits default
-
Affects
pdatastructs::countminsketch
,topk::cmsheap
… - rand default
-
Affects
pdatastructs::reservoirsampling
,pdatastructs::tdigest
,filters::cuckoofilter
… - succinct default
-
Affects
filters::cuckoofilter
,filters::quotientfilter
…