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