hutools 0.0.2

All tools sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod age;
mod begin;
mod between;
mod date_range;
mod end;
mod get_duration;

pub use age::{age, age_from_str, age_of_now, age_of_now_str};
pub use begin::*;
pub use between::*;
pub use date_range::DateRange;
pub use end::{end_of_day, end_of_hour, end_of_minute, end_of_month, end_of_month_with_time};