No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Soller 2b119560a1 Merge branch 'patch-1' into 'master'
Remove the patch restriction for libc

See merge request redox-os/time!1
2019-10-06 23:46:17 +00:00
benches Explicitly mark get_precise_ns on OSX as inline. 2018-01-13 18:03:51 -08:00
src No tzset on SGX 2018-12-28 17:32:09 +05:30
.gitignore Initial commit 2014-11-10 14:27:49 -08:00
.travis.yml Tweak travis config 2017-11-30 05:45:25 -08:00
appveyor.yml Don't call vcvarsall manually 2015-07-31 11:50:44 -07:00
Cargo.toml Remove the patch restriction for libc 2019-10-06 23:46:17 +00:00
LICENSE-APACHE Initial commit 2014-11-10 14:27:49 -08:00
LICENSE-MIT Initial commit 2014-11-10 14:27:49 -08:00
README.md Add "no longer in active maintenance phase" notice to README 2016-08-31 08:09:32 +02:00

time

Utilities for working with time-related functions in Rust

Build Status Build status

Documentation

Notes

This library is no longer actively maintained, but bugfixes will be added (details).

In case you're looking for something a little fresher and more actively maintained have a look at the chrono crate.

Usage

Put this in your Cargo.toml:

[dependencies]
time = "0.1"

And this in your crate root:

extern crate time;