Timestamp source library is a no_std
Rust library that provides simple traits for handling timestamps.
Add this to your Cargo.toml
:
toml
[dependencies]
timestamp-source = "0.1.0"
https://docs.rs/crate/timestamp-source
or build a local copy
sh
cargo docs
and open target/doc/timestamp_source/index.html
in your browser.
Licensed under either of
at your option.