Crate libmrot

Source
Expand description

Meal Rotator Library

A library for recording, planning and suggesting meals. It is the core of the meal rotator app mrot.

Structs§

MealRecord
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.

Type Aliases§

Result
Type alias for results with libmrot’s Error.