end-of-month

Crates.ioend-of-month
lib.rsend-of-month
version0.1.0
created_at2025-07-15 23:40:44.794526+00
updated_at2025-07-15 23:40:44.794526+00
descriptionReturns the end of the month for a given date
homepagehttps://github.com/siswoyo-dev/end-of-month-rs
repositoryhttps://github.com/siswoyo-dev/end-of-month-rs
max_upload_size
id1754351
size12,574
(siswoyo-dev)

documentation

https://docs.rs/end-of-month-rs

README

end-of-month

Crates.io Docs.rs License

A simple utility function for calculating the end of the month (EOM) for a given date.

This crate supports:

  • Parsing U.S. date strings (MM/DD/YYYY)
  • Accepting chrono::NaiveDate
  • Defaulting to today's date if no input is provided

📦 Installation

Add this to your Cargo.toml:

[dependencies]
end-of-month = "0.1"
Commit count: 0

cargo fmt