nested_intervals
Run this command in a terminal, in your project's directory:
cargo add nested_intervals
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
nested_intervals = "0.6.0"
The nested_intervals library will be automatically available globally. Read the nested_intervals library documentation.
Back to the crate overview.