logoalt Hacker News

OptionOfTtoday at 12:27 AM0 repliesview on HN

In Rust there is the same problem. The `url::Url` library does not support `%<zone_id>`.

`http::Uri` does, and it accepts both `%` and `%25`.

https://play.rust-lang.org/?version=stable&mode=debug&editio...