Adding simple_archive library as a dependency

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

cargo add simple-archive

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

simple-archive = "0.3.0"

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

Back to the crate overview.