Adding ressa_path library as a dependency

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

cargo add ressa-path

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

ressa-path = "0.0.1"

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

Back to the crate overview.