Thanks to visit codestin.com Credit goes to lib.rs
nt_time
Run this command in a terminal, in your project's directory:
cargo add nt-time
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
nt-time = "0.13.0"
The nt_time library will be automatically available globally. Read the nt_time library documentation.
Back to the crate overview.