pub fn parse_path(input: &str) -> IResult<&str, Path<'_>>
Parse a rain path. Does not accept whitespace before the path and does not consume whitespace after it.
rain