Adding flarrow_url_default library as a dependency

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

cargo add flarrow-url-default

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

flarrow-url-default = "0.2.2"

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

Back to the crate overview.