Function build_selectors

Source
pub fn build_selectors<K, V>(
    selectors: HashMap<K, HashSet<V>>,
) -> DocumentSelectors<K>
where K: AsRef<str> + Eq + Hash + Clone + Debug, V: AsRef<str> + Debug,
Expand description

Build valid css selectors for extracting. The hashmap takes items with the key for the object key and the value is the css selector.