tui_syntax
Run this command in a terminal, in your project's directory:
cargo add tui-syntax
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tui-syntax = "0.4.0"
The tui_syntax library will be automatically available globally. Read the tui_syntax library documentation.
Back to the crate overview.