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 upSplit form_urlencoded into its own crate #607
Conversation
|
It all looks good to me but I asked @SimonSapin to also take a quick look. |
|
@SimonSapin What should I do with the |
|
|
* Move decode_utf8_lossy back into query_encoding * Don't export the query_encoding module, but re-export EncodingOverride from it
Done.
I manually inlined it in |
|
Looks good, thanks! |
|
@bors-servo r+ |
|
|
|
|
74: Use the new form_urlencoded crate instead of url r=nox a=jplatte The `form_urlencoded` crate was created today to move out some of `url`s functionality for crates that don't need the rest, such as this one: servo/rust-url#607 Dep graph before:  Dep graph after:  Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
jplatte commentedJun 16, 2020
Resolves #605.
I wasn't sure what version to give the new crate, so I went with 1.0.0.