Adding cap_time_ext library as a dependency

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

cargo add cap-time-ext

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

cap-time-ext = "4.0.2"

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

Back to the crate overview.