Crate weekdays

Source
Expand description

The Weekdays crate provides days of the week bit-mapped in a single byte.

The main type provided is the Weekdays struct.

Structsยง

Weekdays
A bit-mapped representation of the days of the week.
WeekdaysIter
An iterator over the days of the week.