timestamp-source

Crates.iotimestamp-source
lib.rstimestamp-source
version0.1.3
sourcesrc
created_at2022-11-29 17:18:31.491538
updated_at2022-12-02 23:45:54.971344
descriptionTimestamp source library provides simple traits for handling timestamps.
homepage
repositoryhttps://github.com/kusstas/timestamp-source
max_upload_size
id725538
size19,208
Stanislav Kusovskyi (kusstas)

documentation

https://docs.rs/crate/timestamp-source

README

timestamp-source

Rust crates.io crates.io docs.rs

Timestamp source library is a no_std Rust library that provides simple traits for handling timestamps.

Usage

Add this to your Cargo.toml:

[dependencies]
timestamp-source = "0.1.3"

Documentation

https://docs.rs/crate/timestamp-source

or build a local copy

cargo docs

and open target/doc/timestamp_source/index.html in your browser.

License

Licensed under either of

at your option.

Commit count: 5

cargo fmt