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