Cargo Features
[dependencies]
criterion-polyglot = { version = "0.1.0", default-features = false, features = ["c"] }
- default = c
-
The
c
feature is set by default whenevercriterion-polyglot
is added without
somewhere in the dependency tree.default-features = false - c default = cc
-
Affects
lang::c
,criterion-polyglot::CriterionPolyglotExt.c_benchmark_with_builder
,criterion-polyglot::CriterionPolyglotExt.c_benchmark
…
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.