-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split 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+ |
📌 Commit bd3922f has been approved by |
☀️ Test successful - checks-travis |
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: ![before](https://user-images.githubusercontent.com/951129/85187153-db797080-b29d-11ea-99c0-cfa228aa62bd.png) Dep graph after: ![after](https://user-images.githubusercontent.com/951129/85187157-e46a4200-b29d-11ea-8505-018e67025191.png) Co-authored-by: Jonas Platte <[email protected]>
Resolves #605.
I wasn't sure what version to give the new crate, so I went with 1.0.0.