Go to file
Kang Seonghoon 75d90a56fa language changes: {,Total}{Eq,Ord} -> {Partial,}{Eq,Ord}. 2014-06-01 01:36:59 +09:00
src/chrono language changes: {,Total}{Eq,Ord} -> {Partial,}{Eq,Ord}. 2014-06-01 01:36:59 +09:00
.gitignore proper licensing, added README. 2014-04-02 02:14:57 +09:00
.travis.yml temporarily switch to the official nightly. 2014-05-23 23:43:47 +09:00
LICENSE.txt proper licensing, added README. 2014-04-02 02:14:57 +09:00
Makefile.in initial commit. 2014-03-28 20:38:11 +09:00
README.md added (not yet well-tested) mult/div ops for Duration. 2014-04-07 03:16:33 +09:00
configure initial commit. 2014-03-28 20:38:11 +09:00

README.md

Rust-chrono

Rust-chrono on Travis CI

Date and time handling for Rust.

Design Goals

  • 1-to-1 correspondence with ISO 8601.
  • Timezone-aware by default.
  • Space efficient.
  • Moderate lookup table size, should not exceed a few KBs.
  • Avoid divisions as much as possible.

References