Adding remove_empty_query_params library as a dependency

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

cargo add remove_empty_query_params

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

remove_empty_query_params = "0.1.1"

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

Back to the crate overview.