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