jcaesar / datetime

Dates and times library for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-datetime datetime on crates.io Build status

Date/time library for Rust! Very much a work in progress.

Installation

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.

About

Dates and times library for Rust.

License:MIT License


Languages

Language:Rust 99.7%Language:Ruby 0.3%