summaryrefslogtreecommitdiff
path: root/tests/test_serialize.rs
AgeCommit message (Expand)Author
2023-03-02Fix clippy, bump version.Sam Scott
2023-03-01Improve support unit types (#76)Rudi Floren
2022-07-13Add a standalone serializer.Sam Scott
2021-06-09Support deserializing sequences to a hashmap with keys. (#51)Sam Scott
2021-06-09fixes #45 - encoding not working correctly on maps (#47)Kenaniah Cerny
2020-12-06Formatting.Sam Scott
2020-12-06Serialize bytes as percent-encoded data.Sam Scott
2020-12-06Support enum unit variants as map keys (#37)Pouya Mobasher Behrouz
2020-06-03Support actix-web v2 (#30)Sam Scott
2019-01-23Run cargo fmt.Sam Scott
2019-01-23Add documentation and workaroud for `#[serde(flatten)]` usage.Sam Scott
2017-11-09Let rustfmt do its thing.Sam Scott
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