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 brush is added without default-features = false somewhere in the dependency tree.

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.