summaryrefslogtreecommitdiff
path: root/src/ser/mod.rs
AgeCommit message (Collapse)Author
2017-01-27Reformat with rustfmtAnthony Ramine
2016-10-23Support serializing top-level Option valuesAnthony 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-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