Adding anstyle_query library as a dependency

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

cargo add anstyle-query

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

anstyle-query = "1.1.5"

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

Back to the crate overview.