Crate urlpattern

Source
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.
UrlPatternComponentResult
A result of a URL pattern match on a single component.
UrlPatternInit
The structured input used to create a URL pattern.
UrlPatternOptions
Options to create a URL pattern.
UrlPatternResult
A result of a URL pattern match.

Enums§

Error
A error occurring during URL pattern construction, or matching.
UrlPatternMatchInput