summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-18Add support for option parametersMatthias Endler
2016-09-11Fix number version in READMEAnthony Ramine
2016-09-11Update to 0.2.0Anthony Ramine
2016-09-11Add convenience functions (fixes #2)Anthony Ramine
2016-09-11Remove the T parameter from DeserializerAnthony Ramine
No idea how that ended up there.
2016-09-11Make Serializer borrow its inner url-encoded serializerAnthony Ramine
While at it, create Serializer::new to actually instantiate it.
2016-09-11x-www-form-urlencoded meets SerdeAnthony Ramine