Skip to main content

ws

Function ws 

Source
pub fn ws(input: &str) -> IResult<&str, ()>
Expand description

Whitespace parser. This includes regular spaces, newlines, and comments.