Cargo Features
[dependencies]
binggan = { version = "0.14.2", default-features = false, features = ["real_blackbox", "table_reporter", "branch_predictor"] }
- real_blackbox
- table_reporter = prettytable-rs
- branch_predictor default = bpu_trasher
-
branch_predictor plugin to trash the branch predictor
- default = branch_predictor
-
The
branch_predictor
feature is set by default wheneverbinggan
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.