A no_std parser for Decentralized Identifiers (DIDs)
url parser on rust
URL Parser is a Rust parser developed to parse URLs into structured components such as scheme, domain, path, query and fragment.
A simple parser for URL
Parse a URL, get one or all components pretty-printed or as JSON.
Parser to search strings for URLs in reverse order
no_std URL parser
Fast WHATWG Compliant URL parser
A URL parser using pest for Rust.
This Rust project provides functionality for parsing URLs and their components (such as protocol, domains, parameters, etc.) using the rust-pest library. It is designed for analyzing parts of a URL.
URL parser and formatter that gracefully handles invalid input.
URL parser and formatter that gracefully handles invalid input.