Adding pattern_code library as a dependency

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

cargo add pattern_code

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

pattern_code = "0.2.0"

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

Back to the crate overview.