summaryrefslogtreecommitdiff
path: root/tests/test_deserialize.rs
AgeCommit message (Expand)Author
2017-03-12Fix sequences by using temporary Level::Invalid("uninitialised").Sam Scott
2017-03-10Expand tests and examples.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