diff options
author | Michael Kirk <michael.code@endoftheworl.de> | 2020-04-30 13:16:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 13:16:07 -0600 |
commit | fe60efcb4e1c20fdaaf2c6b0acbeac6a9efd74fe (patch) | |
tree | f9aa38617746c240e442961e5fe8867f97c84241 | |
parent | 7cdcddcfccfbf17e4c7a61fb4f983301448bc133 (diff) |
Rack, not to be confused with Rake.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ This crate is a Rust library for serialising to and deserialising from 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]. +commonly used by Ruby on Rails via [Rack][Rack]. The core of the library was inspired by [`serde_urlencoded`][urlencoded], which should be preferred @@ -23,7 +23,7 @@ a URL parser for Rust. [Serde]: https://github.com/serde-rs/serde [urlencoded]: https://github.com/nox/serde_urlencoded [qs]: https://www.npmjs.com/package/qs -[Rake]: http://www.rubydoc.info/github/rack/rack/Rack/Utils#parse_nested_query-class_method +[Rack]: http://www.rubydoc.info/github/rack/rack/Rack/Utils#parse_nested_query-class_method Installation ============ |