Skip to main content

tokenize

Function tokenize 

Source
fn tokenize(s: &str) -> Result<Vec<String>>
Expand description

Split a header line into whitespace-separated tokens, keeping "..." strings and [...] lists intact.