Adding zero_escape library as a dependency

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

cargo add zero_escape

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

zero_escape = "1.0.0"

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

Back to the crate overview.