Provides powerful extensions to Rust's Chrono crate for date and time manipulation.
# Cargo.toml
[dependencies]
chronoutil = "0.2.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add a relative duration (e.g., 1 month) to a date, handling month-end overflows.
Use RelativeDuration::days if you want a fixed number of days, or check the resulting date for correctness.
No dependency data recorded yet.