summaryrefslogtreecommitdiff
path: root/tests/test_serialize.rs
AgeCommit message (Expand)Author
2017-11-09Refactor Serialize logic to produce correct strings.Sam Scott
2017-05-20Rewrite of most components.Sam Scott
2017-03-20Add more tests for de/serializing Options.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-12Expand out example and a bit of testing.Sam Scott
2017-03-09Support serializing sequences.Sam Scott
2017-03-09Refactoring aproach.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-01-27Reformat with rustfmtAnthony Ramine
2016-09-22Add support for boolean valuesMatthias Endler
2016-09-18Add support for option parametersMatthias Endler