Adding pps_time
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add pps-time
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
pps-time = "0.2.3"
The pps_time
library will be automatically available globally.
Read the pps_time
library documentation.