pub fn lookup(name: &str) -> Option<&'static Generator>Expand description
Look up a generator’s catalog metadata by name or alias.
Returns None for unknown names — generate still produces a value for
those (it echoes the name), but there is no catalog entry to describe.