Adding bl_range_set library as a dependency

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

cargo add bl-range-set

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

bl-range-set = "0.1.0"

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

Back to the crate overview.