spider_utils

Function css_query_select_map_streamed

source
pub async fn css_query_select_map_streamed<K>(
    html: &str,
    selectors: &HashMap<K, Vec<Selector>>,
) -> HashMap<String, Vec<String>>
where K: AsRef<str> + Eq + Hash + Sized,
Expand description

Async stream CSS query selector map.