File: README.md

package info (click to toggle)
rust-datetime 0.5.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: ruby: 18; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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)

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).