Age | Commit message (Expand) | Author |
---|---|---|
2017-05-20 | Rewrite of most components. | Sam Scott |
2017-04-24 | make compiler recommended changes | Jacob Brown |
2017-03-12 | Run rustfmt on code. | Sam Scott |
2017-03-10 | Cleaning up, modifying docs. | Sam Scott |
2017-03-09 | Support serializing sequences. | Sam Scott |
2017-02-15 | Some _very_ hacky code to get nested url_encoded params working. | Sam Scott |
2017-01-31 | Update serde to 0.9.3 and use serde::ser::Impossible | Anthony Ramine |
2017-01-29 | Do not forbid bool keys anymore | 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 |
2017-01-29 | Update to serde 0.9.0 (fixes #7) | Anthony Ramine |