Adding fast_assets library as a dependency

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

cargo add fast-assets

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

fast-assets = "0.1.7"

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

Back to the crate overview.