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 upimplement FromStr for Url #107
Conversation
This enables the use of the `parse()` method on `&str`
|
Just warning, this has been closed as wontfix a few times now. On Sat, May 9, 2015, 4:02 PM Jorge Israel Peña notifications@github.com
|
|
Thanks for the heads up, I guess I should've searched, but I didn't think it would be particularly controversial. I've contributed the same change to the |
|
From @SimonSapin in #18:
Back then it was typically used with
|
|
I’m still not a huge fan of Thanks for the patch! |
|
Published as v0.2.43 on crates.io. |
|
Sweet thanks! On Sunday, May 10, 2015, Simon Sapin notifications@github.com wrote:
|
blaenk commentedMay 9, 2015
This enables the use of the
parse()method on&strFixes #18.