Expand description
Meal Rotator Library
A library for recording, planning and suggesting meals. It is the core of the meal rotator app mrot.
Structs§
- Meal
Record - Container for a meal and a date on which it was recorded.
- Storage
- Storage for meal data.
Enums§
- Error
- Mrot error variants
Functions§
- parse_
date - Parses a given string into a vector of naive dates. Implicit or explicit time ranges (see [literal range][two-timer]) may result in multiple dates, if the range is longer than one full day. See the parse date feature file for detailed examples.