pub fn tokenize_rt_str(text: &str) -> Result<Tokens<'_>, TokenizationError>
Expand description
Like tokenize_str but includes whitespace and comment tokens
pub fn tokenize_rt_str(text: &str) -> Result<Tokens<'_>, TokenizationError>
Like tokenize_str but includes whitespace and comment tokens