Skip to main content

RECIPES

Static RECIPES 

Source
pub static RECIPES: LazyLock<Recipes>
Expand description

Global vanilla recipes instance.

Uses LazyLock for thread-safe lazy initialization. Recipe data (patterns/ingredients) uses Box::leak to create &'static slices, providing zero-cost access after initialization.