Skip to main content

meta_tags_to_hashmap

Function meta_tags_to_hashmap 

Source
pub fn meta_tags_to_hashmap(meta_tags: Vec<MetaTag>) -> HashMap<String, String>
Expand description

Converts a vector of MetaTags into a HashMap for easier access.

§Arguments

  • meta_tags - A vector of MetaTag structs.

§Returns

A HashMap where the keys are the meta tag names and the values are the contents.