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 | Address some clippy comments. | Sam Scott |
2017-03-12 | Tweak to docs. | Sam Scott |
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-03-09 | Refactoring aproach. | Sam Scott |
2017-01-31 | Update serde to 0.9.3 and use serde::ser::Impossible | 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 |
2017-01-27 | Reformat with rustfmt | Anthony Ramine |
2016-10-23 | Support serializing top-level Option values | Anthony Ramine |
2016-10-23 | Use opaque structs instead of opaque tuples | Anthony Ramine |
2016-09-11 | Add convenience functions (fixes #2) | Anthony Ramine |
2016-09-11 | Make Serializer borrow its inner url-encoded serializer | Anthony Ramine |
2016-09-11 | x-www-form-urlencoded meets Serde | Anthony Ramine |