Adding coalesced_intervals library as a dependency

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

cargo add coalesced_intervals

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

coalesced_intervals = "0.1.6"

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

Back to the crate overview.