pub type PropertyMapping = FxHashMap<CompactStr, CompactStr>;Expand description
A single-application mapping from original property names to their final names.
Applying a mapping more than once is not generally idempotent: a cache target may also be another cache key or source candidate. Each program must therefore be rewritten exactly once.
Aliased Typeยง
pub struct PropertyMapping { /* private fields */ }