//! Core data models for recipes and metadata.
//!//! This module contains the fundamental data structures used throughout
//! the library, including recipe entries and their associated metadata.
modmetadata;modrecipe_entry;pubusemetadata::Metadata;pubuserecipe_entry::{RecipeEntry, RecipeEntryError, StepImageCollection};