summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2024-04-07Actix: extract querystring from form data (#98)Sam Scott
2024-04-07Add `Deserializer::new` to crate a new deserializer, and public deserializer....Jason Lee
2023-01-07Update flatten workaround for serde_with 2.0.0 (#69)Pierre Hubert
2022-07-13Add a standalone serializer.Sam Scott
2022-07-10Formatting.Sam Scott
2022-07-09feat: non-strict mode replaces invalid UTF-8 (#62)Jeremiah Senkpiel
2022-04-29Add axum support (#59)Denis Kayshev
2022-03-05Add an `actix` feature to provide a nicer error message (#57)Sam Scott
2022-03-05Actix 4 (#56)Omid Rad
2021-10-01Update flatten workaround.Sam Scott
2021-03-09Add warp support (#46)Glitch
2020-12-06Serialize bytes as percent-encoded data.Sam Scott
2020-12-06Add support for actix 3.Sam Scott
2020-08-27Switch from error-chain to thiserror (#33)Josh Triplett
2020-06-03Support actix-web v2 (#30)Sam Scott
2020-06-03update lints listMarc-Antoine Perennou
2019-01-23Add feature for easy use in `actix_web` extractors.Sam Scott
2019-01-23Run cargo fmt.Sam Scott
2019-01-23Add documentation and workaroud for `#[serde(flatten)]` usage.Sam Scott
2019-01-21Merge branch 'master' of github.com:samscott89/serde_qsSam Scott
2019-01-21Minor fixes:Sam Scott
2018-08-04Update documentation to clarify strict encoding modes.Sam Scott
2018-07-09Let warnings through.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-09Implement `strict` option feature.Sam Scott
2017-10-31New parsing strategy.Sam Scott
2017-05-23Add note in docs about using integer keys.Sam Scott
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-21Updates to documentation.Sam Scott
2017-05-20Organisational changes.Sam Scott
2017-05-20Rewrite of most components.Sam Scott
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Add in docs link, clean up examples and querystring consistency.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-10Cleaning up, modifying docs.Sam Scott
2017-03-09Refactoring aproach.Sam Scott
2017-02-15Some _very_ hacky code to get nested url_encoded params working.Sam Scott
2017-02-05Inline docs of reexports and bump version to 0.4.2Anthony Ramine
2017-02-05Introduce de::from_readerArthur Skobara
2017-01-31Update serde to 0.9.3 and use serde::ser::ImpossibleAnthony Ramine
2017-01-29Use dtoa to not allocate a String to serialize a floatAnthony Ramine
2017-01-29Use itoa to not allocate a String to serialize an integerAnthony Ramine
2017-01-29Use void for the unreachable serializersAnthony Ramine
2016-09-11Add convenience functions (fixes #2)Anthony Ramine
2016-09-11x-www-form-urlencoded meets SerdeAnthony Ramine