Thanks to visit codestin.com
Credit goes to lib.rs

Adding nt_time library as a dependency

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:

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.