Adding uri_resources library as a dependency

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

cargo add uri-resources

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

uri-resources = "0.2.5"

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

Back to the crate overview.