[example] id = "example-lazy-resources" name = "Lazy Resources" icon = "💤️" category = "advanced" desc = """ Demonstrates how to use `LazyRes` for lazily initialized resources that only allocate when first accessed. """ tags = ["LazyRes"] files = ["src/main.rs", "Cargo.toml"]