Expand description
This module contains functions required to integrate this library into browsers. If you are not building a browser, you can ignore this module.
Re-exports§
pub use crate::Error;
Structs§
Enums§
Functions§
- parse_
match_ input - parse_
pattern - Parse a pattern into its components.
- process_
construct_ pattern_ input - This function constructs a UrlPattern given a string or UrlPatternInit and optionally a base url.
- process_
match_ input