servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 318 forks source link

Add `ParseError.description() -> &'static str` method like already implemented on `SyntaxViolation` #801

Open samuelcolvin opened 1 year ago

samuelcolvin commented 1 year ago

Would be great, so we don't need to allocate a string for something which is fundamentally static.

samuelcolvin commented 1 year ago

any update on this? I'd be happy to implement if you accept.