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ยง

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.
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

Functionsยง

hostname_pattern_is_ipv6_address ๐Ÿ”’
is_absolute_pathname ๐Ÿ”’