Function blarse::token_from_string

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

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