canteenlib/enums/
mod.rs

1
2
3
4
5
6
7
pub mod food_label;
pub mod unit_type;
pub mod payment_status;
pub mod order_status;
pub mod bundle_type;
pub mod meal_type;
pub mod allergy_severity;