Skip to main content

parse_path

Function parse_path 

Source
pub fn parse_path(input: &str) -> IResult<&str, Path<'_>>
Expand description

Parse a rain path. Does not accept whitespace before the path and does not consume whitespace after it.