Adding patternize_internals library as a dependency

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

cargo add patternize_internals

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

patternize_internals = "0.1.1"

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

Back to the crate overview.