business-days

Crates.iobusiness-days
lib.rsbusiness-days
version0.2.1
created_at2025-03-23 15:52:48.97142+00
updated_at2025-07-04 16:15:01.418985+00
descriptionAdds helper functions to easily work with business dates and holidays
homepage
repositoryhttps://github.com/StephanvanSchaik/business-days
max_upload_size
id1602777
size22,489
S.J.R. van Schaik (StephanvanSchaik)

documentation

https://docs.rs/business-days

README

business-days

business-days adds helper functions to easily work with business days and holidays. This crate currently focuses on adding such functionality to jiff, but it should be possible to extend this crate to support other date/time libraries in Rust.

Currently business-days provides an implementation of the US holidays through the UsCalendar type. Alternative calendars can be implemented by implementing the Calendar trait.

Commit count: 1

cargo fmt