hutools 0.0.2

All tools sets
Documentation
mod begin_of_day;
mod begin_of_hour;
mod begin_of_minute;
mod begin_of_month;
mod begin_of_quarter;
mod begin_of_week;
mod begin_of_week_with_monday;
mod begin_of_week_with_sunday;
mod begin_of_year;

pub use begin_of_day::{begin_of_day, begin_of_day_with_time};
pub use begin_of_hour::begin_of_hour;
pub use begin_of_minute::begin_of_minute;
pub use begin_of_month::{begin_of_month, begin_of_month_with_time};
pub use begin_of_quarter::{begin_of_quarter, begin_of_quarter_with_time};
pub use begin_of_week::{begin_of_week, begin_of_week_with_time};
pub use begin_of_week_with_monday::{
    begin_of_week_with_monday, begin_of_week_with_monday_with_time,
};
pub use begin_of_week_with_sunday::{
    begin_of_week_with_sunday, begin_of_week_with_sunday_with_time,
};
pub use begin_of_year::{begin_of_year, begin_of_year_with_time};