deep-time 0.1.0-beta.3

High-precision, no-std, no-alloc date-time library, leap-seconds, time scales, relativistic time, and a powerful date & duration parser
Documentation
pub mod classify;
pub mod gen_day_first;
pub mod gen_month_first;
pub mod gen_other;
pub mod gen_suffixes;
pub mod gen_unambiguous;
pub mod gen_year_first;
pub mod helpers;
pub mod julian;
pub mod numeric;
pub mod ordinal;
pub mod smart_heuristic;
pub mod syslog;
pub mod unix_timestamp;
pub mod week_date;
pub mod year_month;

pub(crate) use classify::*;
pub(crate) use gen_day_first::*;
pub(crate) use gen_month_first::*;
pub(crate) use gen_other::*;
pub(crate) use gen_suffixes::*;
pub(crate) use gen_unambiguous::*;
pub(crate) use gen_year_first::*;
pub(crate) use helpers::*;
pub(crate) use julian::*;
pub(crate) use numeric::*;
pub(crate) use ordinal::*;
pub(crate) use smart_heuristic::*;
pub(crate) use syslog::*;
pub(crate) use unix_timestamp::*;
pub(crate) use week_date::*;
pub(crate) use year_month::*;