Registry / networking / urlpattern

urlpattern

JSON →
library0.6.0rscratesunverified

rust-urlpattern is a Rust implementation of the URLPattern standard.

# Cargo.toml [dependencies] urlpattern = "0.6.0"
INSTALL
IMPORT
SIG · URLPATTERN
U
urlpattern
networkingrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UrlPattern
✓ use urlpattern::UrlPattern;

Parse a URL pattern and test a URL against it.

use urlpattern::UrlPattern; let pattern = UrlPattern::parse("https://example.com/books/:id").unwrap(); let result = pattern.test("https://example.com/books/123");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
urlpattern — cargo add urlpattern · libregistry