Expand description
rust-urlpattern is an implementation of the URLPattern standard for the Rust programming language.
For a usage example, see the UrlPattern documentation.
Modulesยง
- canonicalize_
and_ ๐process - component ๐
- constructor_
parser ๐ - error ๐
- matcher ๐
- parser ๐
- quirks
- This module contains functions required to integrate this library into browsers. If you are not building a browser, you can ignore this module.
- regexp ๐
- tokenizer ๐
Structsยง
- UrlPattern
- A UrlPattern that can be matched against.
- UrlPattern
Component Result - A result of a URL pattern match on a single component.
- UrlPattern
Init - The structured input used to create a URL pattern.
- UrlPattern
Options - Options to create a URL pattern.
- UrlPattern
Result - A result of a URL pattern match.
Enumsยง
- Error
- A error occurring during URL pattern construction, or matching.
- UrlPattern
Match Input