1 unstable release
new 0.1.0 | Mar 23, 2025 |
---|
#29 in #holidays
97 downloads per month
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