hutools 0.0.2

All tools sets
Documentation
1
2
3
4
5
6
7
8
9
mod end_of_day;
mod end_of_hour;
mod end_of_minute;
mod end_of_month;

pub use end_of_day::end_of_day;
pub use end_of_hour::end_of_hour;
pub use end_of_minute::end_of_minute;
pub use end_of_month::{end_of_month, end_of_month_with_time};