pub type ElementFeatures = HashMap<String, Vec<String>>;
Feature tags for a single element’s attributes/children. Maps attribute/child name -> list of feature tags.
pub struct ElementFeatures { /* private fields */ }