rust-url
https://github.com/servo/rust-url
Rust
URL parser for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to rust-url
Help out
- Issues
- feature: expose pathname publicly
- Optional API to convert to http::Uri
- Origin port as an `Option<u16>`
- Replace Host::IPv4/IPv6 with single variant taking IpAddr
- set scheme with non-tab/newline C0 controls should result in no-op
- Ignore set_scheme when input contains trailing/leading C0 controls
- empty string when `password` does not exists
- Add `ParseError.description() -> &'static str` method like already implemented on `SyntaxViolation`
- add `description` method to `ParseError`
- URL with username/password removed creates invalid URL with .to_string()
- Docs
- Rust not yet supported