Last 12 weeks · 19 commits
2 of 6 standards met
One of the reasons PR 93 (https://github.com/denoland/rust-urlpattern/pull/93) was needed is that doesn't check for an error-free regexp object, as done with other component compilations that check , for example. PR 93 prevents the crash, and the error will bubble up the same, but I think we can still catch this before getting as far as matching on the protocol (even though this is kind of a special case of needing to parse and match on the protocol so the parser can create an Init object correctly).
Repository: denoland/rust-urlpattern. Description: Rust implementation of the `URLPattern` web API Stars: 72, Forks: 25. Primary language: Rust. Languages: Rust (100%). License: MIT. Topics: rust, urlpattern, web. Latest release: 0.6.0 (3w ago). Open PRs: 0, open issues: 7. Last activity: 3w ago. Community health: 37%. Top contributors: lucacasonato, crowlKats, edgul, jrmuizel, woxtu, denobot, evilpie, valenting, andreubotella, bartlomieju and others.
Rust