Crate url_parser

Crate url_parser 

Source

Structs§

ParsedURL
Contains the parsed components of a URL.
URLParser
Main parser struct for URL parsing, based on the grammar defined in grammar.pest.

Enums§

ParseError
Describes possible errors that can occur during URL parsing.
Rule