easy_time 0.2.1

A simple and intuitive library for handling time in Rust
Documentation
1
2
3
4
5
6
7
8
CHANGE LOG

Version 0.1.4 - 2024-03-20
Changes:

- Updated Chrono library into `0.4.35`
- Replaced deprecated Chrono functions with the latest equivalents.
- Fixed a typo in function names `millenniums_from_now` and `millenniums_ago` by adding double `n` instead of one.