• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-3,1271,987

tests/H03-May-2022-871685

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197030 54

Cargo.tomlH A D01-Jan-19701.4 KiB5245

Cargo.toml.orig-cargoH A D01-Jan-1970901 3827

LICENCEH A D01-Jan-19701.1 KiB2217

README.mdH A D01-Jan-1970690 1810

README.md

1# rust-datetime [![datetime on crates.io](https://meritbadge.herokuapp.com/datetime)](https://crates.io/rust-datetime/datetime) [![Build status](https://travis-ci.org/rust-datetime/datetime.svg?branch=master)](https://travis-ci.org/rust-datetime/datetime)
2
3Date/time library for Rust! Very much a work in progress.
4
5### [View the Rustdoc](https://docs.rs/datetime)
6
7
8# Installation
9
10This crate works with [Cargo](https://crates.io). Add the following to your `Cargo.toml` dependencies section:
11
12```toml
13[dependencies]
14datetime = "0.5"
15```
16
17The 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).
18