Cargo Features
[dependencies]
cod = { version = "9.0.3", default-features = false, features = ["color_stack", "crossterm"] }
- default = color_stack
-
The
color_stack
feature is set by default whenevercod
is added without
somewhere in the dependency tree.default-features = false - color_stack default
- crossterm
-
Enables crossterm ^0.27
Affects
cod::read
,term::size
,term::size_or
,term::enable_raw_mode
,term::disable_raw_mode
,term::RawModeGuard
…