Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-04 | Update CI config (#124) | Sam Scott | |
* Fix axum test * Add comments explaining CI strategy * Bump deps and increase MSRV to 1.63 * Pin `csv` to an older version for MSRV * Keep serde_with as 2.0 for MSRV too | |||
2020-12-06 | Add GitHub Actions. | Sam Scott | |
2020-06-03 | silence rand warning | Marc-Antoine Perennou | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2019-01-23 | Run cargo fmt. | Sam Scott | |
2018-08-04 | Update documentation to clarify strict encoding modes. | Sam Scott | |
2018-08-04 | use non-strict parsing to allow round-trip in example | Walther Chen | |
2017-11-09 | Let rustfmt do its thing. | Sam Scott | |
2017-09-21 | Bump version to 0.2.2. | Sam Scott | |
2017-05-21 | Updates to documentation. | Sam Scott | |
2017-05-20 | Rewrite of most components. | Sam Scott | |
Simplify `ser` logic, and expand `de` functionality. | |||
2017-04-25 | Implement deserializing primitives properly. | Sam Scott | |
This finishes the work to upgrade to serde 1.0. Thanks to @kardeiz for starting the work in issue #3. This also clairifies how enums work with serde_qs: only with adjacently tagged enums for the time being. | |||
2017-03-12 | Run rustfmt on code. | Sam Scott | |
2017-03-12 | Expand out example and a bit of testing. | Sam Scott | |