pub fn resolve_name<'a, I>(
source: &str,
node_name: &str,
namespace: &str,
remaps: I,
) -> Result<ResolvedName, ()>Expand description
Resolve a source-level entity name through launch remap rules: expand the
source name AND each rule’s from to fully-qualified form, compare exact,
substitute the (also expanded) to of the first matching rule; no match →
the expanded source name. A rule whose from/to fails to expand is
skipped (never masks the name expansion itself).