datetime

Crates.iodatetime
lib.rsdatetime
version0.5.2
sourcesrc
created_at2015-01-24 01:19:41.877632
updated_at2021-04-01 15:36:00.923682
descriptionLibrary for date and time formatting and arithmetic
homepage
repositoryhttps://github.com/rust-datetime/datetime
max_upload_size
id862
size539,358
Benjamin Sago (ogham)

documentation

https://docs.rs/datetime

README

rust-datetime datetime on crates.io Build status

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

View the Rustdoc

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.

Commit count: 246

cargo fmt