28ceb1e3db | ||
---|---|---|
src/chrono | ||
.gitignore | ||
.travis.yml | ||
LICENSE.txt | ||
Makefile.in | ||
README.md | ||
configure |
README.md
Rust-chrono
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.