summaryrefslogtreecommitdiff
path: root/src/ser/mod.rs
AgeCommit message (Expand)Author
2017-05-20Rewrite of most components.Sam Scott
2017-04-24make compiler recommended changesJacob Brown
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Tweak to docs.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-10Cleaning up, modifying docs.Sam Scott
2017-03-09Support serializing sequences.Sam Scott
2017-03-09Refactoring aproach.Sam Scott
2017-01-31Update serde to 0.9.3 and use serde::ser::ImpossibleAnthony Ramine
2017-01-29Use void for the unreachable serializersAnthony Ramine
2017-01-29Update to serde 0.9.0 (fixes #7)Anthony Ramine
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
2016-09-11Add convenience functions (fixes #2)Anthony Ramine
2016-09-11Make Serializer borrow its inner url-encoded serializerAnthony Ramine
2016-09-11x-www-form-urlencoded meets SerdeAnthony Ramine