summaryrefslogtreecommitdiff
path: root/src/de.rs
AgeCommit message (Expand)Author
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Add in docs link, clean up examples and querystring consistency.Sam Scott
2017-03-12Tweak to docs.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-12Fix sequences by using temporary Level::Invalid("uninitialised").Sam Scott
2017-03-10Expand tests and examples.Sam Scott
2017-03-09Support serializing sequences.Sam Scott
2017-03-09Add sequence deserializing.Sam Scott
2017-03-09Refactoring aproach.Sam Scott
2017-02-22Add some error handling instead of panicking everywhere.Sam Scott
2017-02-20Refactored to avoid allocating so many strings.Sam Scott
2017-02-19Little bit of cleanup.Sam Scott
2017-02-15Some _very_ hacky code to get nested url_encoded params working.Sam Scott
2017-02-05Inline docs of reexports and bump version to 0.4.2Anthony Ramine
2017-02-05Introduce de::from_readerArthur Skobara
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
2016-09-11Add convenience functions (fixes #2)Anthony Ramine
2016-09-11Remove the T parameter from DeserializerAnthony Ramine
2016-09-11x-www-form-urlencoded meets SerdeAnthony Ramine