#holidays #day #business-days

business-days

Adds helper functions to easily work with business dates and holidays

1 unstable release

new 0.1.0 Mar 23, 2025

#29 in #holidays

Download history 97/week @ 2025-03-19

97 downloads per month

MIT/Apache

13KB
239 lines

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.

Dependencies

~4MB
~63K SLoC