diff options
author | Sam Scott <sam.scott89@gmail.com> | 2017-05-21 13:33:34 +0100 |
---|---|---|
committer | Sam Scott <sam.scott89@gmail.com> | 2017-05-21 13:33:34 +0100 |
commit | 58de85c0f7ee67294cc1554be2c77af5eecd651a (patch) | |
tree | 6fc7a199054030f44168d57b0e42ceef05028ca8 /README.md | |
parent | 90238671eca7b481a599eac3c164d0808b491634 (diff) |
Update README.
Code bears little resemblance to the serde_urlencoded code now.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ querystrings. This crate is designed to extend [`serde_urlencoded`][urlencoded] when using nested parameters, similar to those used by [qs][qs] for Node, and commonly used by Ruby on Rails via [Rake][Rake]. -The core of the library is heavily adapted from +The core of the library was inspired by [`serde_urlencoded`][urlencoded], which should be preferred over this crate whenever non-nested query parameters are sufficient. It is built upon [Serde], a high performance generic serialization framework and [rust-url], |