4 releases
0.1.3 | Dec 2, 2022 |
---|---|
0.1.2 | Nov 29, 2022 |
0.1.1 | Nov 29, 2022 |
0.1.0 | Nov 29, 2022 |
#313 in No standard library
26 downloads per month
Used in embedded-controls
7KB
67 lines
timestamp-source
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~145KB