timens 0.1.8

Simple and efficient library for timestamp and date manipulation.
Documentation
mod date;
pub use date::*;

mod timezone;
pub use timezone::{TzError, TzInfo, TzOffset, TzParseError};

mod span;
pub use span::Span;

mod ofday;
pub use ofday::OfDay;

mod timezone_data;
pub use timezone_data::Tz;

mod time;
pub use time::*;

#[cfg(feature = "with-chrono")]
use ::chrono;
#[cfg(feature = "with-chrono")]
use ::chrono_tz;