ext-time 0.4.0

A Rust library that extends the time crate with additional useful methods for time manipulation and formatting
Documentation
1
2
3
4
5
6
7
8
9
10
mod extend_offset_time;
mod extend_serde;
mod extend_time;
mod helper;

pub use extend_offset_time::{ExtOffsetDateTime, OffsetDateTimeError};
pub use extend_serde::{serde_parse_ts, serde_t2ts};
pub use extend_time::{ExtTime, TimeError};
pub use helper::weekday_to_u8;
pub use time::{OffsetDateTime, Time, macros};