| Crates.io | datetime |
| lib.rs | datetime |
| version | 0.5.2 |
| created_at | 2015-01-24 01:19:41.877632+00 |
| updated_at | 2021-04-01 15:36:00.923682+00 |
| description | Library for date and time formatting and arithmetic |
| homepage | |
| repository | https://github.com/rust-datetime/datetime |
| max_upload_size | |
| id | 862 |
| size | 539,358 |
Date/time library for Rust! Very much a work in progress.
This crate works with Cargo. Add the following to your Cargo.toml dependencies section:
[dependencies]
datetime = "0.5"
The earliest version of Rust that this crate is tested against is Rust v1.31.0.