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