Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMade rust-url compile with rust master #1
Conversation
Made rust-url compile with rust master
|
Looks good, thanks! In what context are you using rust-url? Any feedback on the API or feature set or something is appreciated. |
|
I'm working on an app that'll handle audio streams, and i'll have to store urls of the said streams somewhere and sometimes extract parts of those urls (scheme, host/port, path and fragment). One reason for me not to use rustc's liburl is that i'm very likely to get urls with unicode in them, which liburl has some problems with (rust-lang/rust#8486). I don't have any feedback on API at the moment, since i haven't actually tried to write that part yet. I'll submit issues/PRs here if/when i do have some feedback, if that's ok. |
dmski commentedApr 9, 2014
No description provided.