chrono-0.1.1 has been yanked.
Visit the last successful build:
chrono-0.4.40
Rust-chrono
Date and time handling for Rust.
// find out if the doomsday rule is correct!
use ;
use range_inclusive;
for y in range_inclusive
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.