Adding time_range library as a dependency

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:

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.