timestamp-source 0.1.1

Timestamp source library provides simple traits for handling timestamps.
Documentation
# timestamp-source

![Rust](https://github.com/kusstas/timestamp-source/workflows/Rust/badge.svg)
[![crates.io](https://img.shields.io/crates/d/timestamp-source.svg)](https://crates.io/crates/timestamp-source)
[![crates.io](https://img.shields.io/crates/v/timestamp-source.svg)](https://crates.io/crates/timestamp-source)
[![docs.rs](https://docs.rs/timestamp-source/badge.svg)](https://docs.rs/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`:

```toml
[dependencies]
timestamp-source = "0.1.1"
```

## Documentation

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.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]./LICENSE-APACHE or
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]./LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.