Cargo Features
Cursivext has no features set by default.
[dependencies]
cursivext = { version = "0.0.0", features = ["ansi", "cursive-tabs"] }
- ansi
-
cursive:
Allows parsing StyledString from ANSI-marked up text.
- cursive-tabs
-
Enables cursive-tabs
Affects
views::tabs
…