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§
- quirks
- This module contains functions required to integrate this library into browsers. If you are not building a browser, you can ignore this module.
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