summaryrefslogtreecommitdiff
path: root/src/ser.rs
AgeCommit message (Expand)Author
2025-03-04clippy::multiple_bound_locations (#103)Cyril Plisko
2024-04-07Fix MSRV (#99)Sam Scott
2023-03-01Improve support unit types (#76)Rudi Floren
2022-07-13Add a standalone serializer.Sam Scott
2022-03-05Add error message hint for strict mode.Sam Scott
2021-10-01Remove all default actix features (#53)Omid Rad
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-17Set MSRV to 1.36 and test.Sam Scott
2020-12-06Serialize bytes as percent-encoded data.Sam Scott
2020-12-06Formatting.Sam Scott
2020-12-06Remove extra incorrect replace_spaces in key serialization.Sam Scott
2020-12-06Support enum unit variants as map keys (#37)Pouya Mobasher Behrouz
2020-08-27Switch from error-chain to thiserror (#33)Josh Triplett
2020-06-03Revert to rustfmt defaults.Sam Scott
2020-06-03Support actix-web v2 (#30)Sam Scott
2020-06-03update percent-encodingMarc-Antoine Perennou
2019-11-12Bump version.Sam Scott
2019-01-23Run cargo fmt.Sam Scott
2019-01-21Minor fixes:Sam Scott
2017-11-09Add generic serialize `to_writer` method.Sam Scott
2017-11-09Let rustfmt do its thing.Sam Scott
2017-11-09Refactor Serialize logic to produce correct strings.Sam Scott
2017-11-05Update data-encoding major versionJulien Cretin
2017-05-21Refactor errors to be of a single type and export it.Sam Scott
2017-05-21Add stricter lints.Sam Scott
2017-05-21Docs, API and panics.Sam Scott
2017-05-20Rewrite of most components.Sam Scott