Adding vortex_sequence library as a dependency

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

cargo add vortex-sequence

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

vortex-sequence = "0.58.0"

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

Back to the crate overview.