Adding vortex_alp library as a dependency

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

cargo add vortex-alp

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

vortex-alp = "0.70.0"

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

Back to the crate overview.