1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# rust-datetime [](https://crates.io/rust-datetime/datetime) [](https://travis-ci.org/rust-datetime/datetime)
Date/time library for Rust! Very much a work in progress.
### [View the Rustdoc](https://docs.rs/datetime)
# Installation
This crate works with [Cargo](https://crates.io). Add the following to your `Cargo.toml` dependencies section:
```toml
[dependencies]
datetime = "0.5"
```
The earliest version of Rust that this crate is tested against is [Rust v1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html).
|