rust-urlpattern
rust-urlpattern copied to clipboard
Panic with certain unicode characters
Adding this issue as a repo-local reference for https://github.com/denoland/deno/issues/20906
The issue occurs because we use a range over bytes instead of codepoints which causes a panic.