Crate urlpattern[−][src]
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
This module contains functions required to integrate this library into browsers. If you are not building a browser, you can ignore this module.
Structs
A UrlPattern that can be matched against.
A result of a URL pattern match on a single component.
The structured input used to create a URL pattern.
A result of a URL pattern match.