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