Adding gix_url
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add gix-url
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
gix-url = "0.29.0"
The gix_url
library will be automatically available globally.
Read the gix_url
library documentation.