Cargo Features
buffer_sv2 has no features set by default.
[dependencies]
buffer_sv2 = { version = "1.1.0", features = ["debug", "with_serde", "fuzz", "criterion"] }
- debug
-
Affects
slice::Slice.mode
,slice::Slice.time
… - with_serde = serde
- fuzz
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.
- serde with_serde?
- criterion implicit feature
-
Enables criterion ^0.3
criterion:
Statistics-driven micro-benchmarking library