jiff 0.1.15

A date-time library that encourages you to jump into the pit of success. This library is heavily inspired by the Temporal project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "std")]
pub(crate) mod cache;
pub(crate) mod common;
pub(crate) mod crc32;
pub(crate) mod escape;
#[cfg(not(feature = "std"))]
pub(crate) mod libm;
pub(crate) mod parse;
pub(crate) mod rangeint;
pub(crate) mod round;
pub(crate) mod t;
pub(crate) mod utf8;