Cargo Features

[dependencies]
criterion-polyglot = { version = "0.1.0", default-features = false, features = ["c"] }
default = c

The c feature is set by default whenever criterion-polyglot is added without default-features = false somewhere in the dependency tree.

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.

cc c