Adding split_by_discriminant library as a dependency

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

cargo add split_by_discriminant

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

split_by_discriminant = "0.3.1"

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

Back to the crate overview.