[example] id = "example-metadata" name = "Entry Metadata" icon = "🏷️" category = "advanced" desc = """ Demonstrates attaching arbitrary, compile-time-typed metadata to an entry via `#[metadata(Entry)]` and retrieving it at runtime with `ProgramCollect::get_metadata`. No `pathf` needed here — everything lives in a single module. """ tags = ["metadata", "get_metadata", "extras"] files = ["src/main.rs", "Cargo.toml"]