summaryrefslogtreecommitdiff
path: root/src/de.rs
AgeCommit message (Collapse)Author
2017-01-29Update to serde 0.9.0 (fixes #7)Anthony Ramine
2017-01-27Reformat with rustfmtAnthony Ramine
2016-10-23Use opaque structs instead of opaque tuplesAnthony Ramine
Opaque struct tuples leak their arity.
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-11x-www-form-urlencoded meets SerdeAnthony Ramine