Adding easy_time library as a dependency

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

cargo add easy_time

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

easy_time = "0.2.2"

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

Back to the crate overview.