webextension_pattern
Run this command in a terminal, in your project's directory:
cargo add webextension_pattern
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
webextension_pattern = "0.3.0"
The webextension_pattern library will be automatically available globally. Read the webextension_pattern library documentation.
Back to the crate overview.