Cargo Features

[dependencies]
notus = { version = "0.1.2", default-features = false, features = ["pancurses-backend", "termion-backend", "crossterm-backend", "blt-backend", "markdown"] }
default = crossterm-backend

These default features are set whenever notus is added without default-features = false somewhere in the dependency tree.

Enables cursive ^0.20.0

pancurses-backend

Enables pancurses-backend of cursive ^0.20.0

cursive:

Enable the pancurses backend.

termion-backend

Enables termion-backend of cursive ^0.20.0

cursive:

Enable the termion backend.

crossterm-backend default

Enables crossterm-backend of cursive ^0.20.0

cursive:

Enable the crossterm backend.

blt-backend

Enables blt-backend of cursive ^0.20.0

cursive:

Enable the BearLibTerminal backend. Requires BLT to be installed separately.

markdown

Enables cursive ^0.20.0

cursive:

Allows parsing StyledString from markdown text.

Notus has 6 features without comments.