pub fn tags(
version: Version,
registry_id: &str,
) -> &'static [(&'static str, &'static [&'static str])]Expand description
Returns [(tag_id, [entry_id, ...]), ...] for (version, registry_id).
All #tag references are pre-resolved to direct entry IDs at build time.