Adding tui_framework_experiment library as a dependency

Run this command in a terminal, in your project's directory:

cargo add tui-framework-experiment

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

tui-framework-experiment = "0.4.0"

The tui_framework_experiment library will be automatically available globally. Read the tui_framework_experiment library documentation.

Back to the crate overview.