Installation
To install AppCUI
just link it directly from cargo.toml
as follows:
[dependencies]
appcui = <version>
then you can use the following import in your code:
use appcui::prelude::*;
To install AppCUI
just link it directly from cargo.toml
as follows:
[dependencies]
appcui = <version>
then you can use the following import in your code:
use appcui::prelude::*;