Cargo Features
brush has no features set by default.
[dependencies]
brush = { version = "0.3.0", features = ["basic", "minimal", "reedline"] }
- default
-
These default features are set whenever
brushis added withoutsomewhere in the dependency tree.default-features = false Enables brush-shell
- basic
-
Enables basic of brush-shell
- minimal
-
Enables minimal of brush-shell
- reedline
-
Enables reedline of brush-shell
brush has 4 features without comments.