token_from_string

Function token_from_string 

Source
pub fn token_from_string<'a>(content: &'a str, tags: Vec<&'a str>) -> Token<'a>
Expand description

Consolidates a single string slice and a vector of tags into one token. Mostly used for debugging.