[][src]Crate holiday_de

Small crate to calculate public holidays for each German federal state.

This crate can calculate all reoccurring German holidays, which exist since 1995.

There are some weird edge cases depending on the respective region, see GermanRegion for more details. A comprehensive overview can be found within the German Wikipedia Gesetzliche Feiertage in Deutschland.

Enums

GermanHoliday

All reoccurring holidays in Germany. This list contains both public and non-public holidays.

GermanRegion

Represents all regions and their public holidays within Germany.

Traits

DateExt

Provides convenience methods for datelike data structures like NaiveDate.