Cargo Features

Ratatui-termion has no features set by default.

[dependencies]
ratatui-termion = { version = "0.1.0-alpha.1", features = ["scrolling-regions", "unstable", "unstable-backend-writer", "document-features"] }
scrolling-regions

Use terminal scrolling regions to make Terminal::insert_before less prone to flickering.

Enables scrolling-regions of ratatui-core

unstable = unstable-backend-writer

Enables all unstable features.

unstable-backend-writer unstable?

Enables getting access to backends' writer.

Features from optional dependencies

document-features implicit feature

Enables document-features

document-features:

Extract documentation for the feature flags from comments in Cargo.toml