Age | Commit message (Expand) | Author |
---|---|---|
2017-03-12 | Address some clippy comments. | Sam Scott |
2017-03-12 | Add in docs link, clean up examples and querystring consistency. | Sam Scott |
2017-03-12 | Run rustfmt on code. | Sam Scott |
2017-03-10 | Cleaning up, modifying docs. | Sam Scott |
2017-03-09 | Refactoring aproach. | Sam Scott |
2017-02-15 | Some _very_ hacky code to get nested url_encoded params working. | Sam Scott |
2017-02-05 | Inline docs of reexports and bump version to 0.4.2 | Anthony Ramine |
2017-02-05 | Introduce de::from_reader | Arthur Skobara |
2017-01-31 | Update serde to 0.9.3 and use serde::ser::Impossible | Anthony Ramine |
2017-01-29 | Use dtoa to not allocate a String to serialize a float | Anthony Ramine |
2017-01-29 | Use itoa to not allocate a String to serialize an integer | Anthony Ramine |
2017-01-29 | Use void for the unreachable serializers | Anthony Ramine |
2016-09-11 | Add convenience functions (fixes #2) | Anthony Ramine |
2016-09-11 | x-www-form-urlencoded meets Serde | Anthony Ramine |