Adding app_world library as a dependency

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:

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.