summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-04-25Implement deserializing primitives properly.Sam Scott
2017-03-20Add more tests for de/serializing Options.Sam Scott
2017-03-20Add support for optional sequences and structs.Sam Scott
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-12Expand out example and a bit of testing.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-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-05Introduce de::from_readerArthur Skobara
2017-01-27Reformat with rustfmtAnthony Ramine
2016-09-22Add support for boolean valuesMatthias Endler
2016-09-18Add support for option parametersMatthias Endler