Skip to main content

read_atom

Function read_atom 

Source
fn read_atom(input: &str) -> Result<(String, &str), ParseError>
Expand description

Read one atom: up to whitespace or |, honoring quoted sections ("two words", path:"Program Files").