summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-03-04Update CI config (#124)Sam Scott
2025-03-04clippy::multiple_bound_locations (#103)Cyril Plisko
2024-04-07Fix empty output in csv_vectors example (#89)Neil Hansen
2024-04-07Add test for `csv_vectors` example (#82)Alexander
2020-12-06Add GitHub Actions.Sam Scott
2020-06-03Revert to rustfmt defaults.Sam Scott
2020-06-03silence rand warningMarc-Antoine Perennou
2019-01-23Run cargo fmt.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-08-04use non-strict parsing to allow round-trip in exampleWalther Chen
2017-11-09Let rustfmt do its thing.Sam Scott
2017-09-21Bump version to 0.2.2.Sam Scott
2017-05-21Updates to documentation.Sam Scott
2017-05-20Rewrite of most components.Sam Scott
2017-04-25Implement deserializing primitives properly.Sam Scott
2017-04-24make compiler recommended changesJacob Brown
2017-03-12Address some clippy comments.Sam Scott
2017-03-12Run rustfmt on code.Sam Scott
2017-03-12Expand out example and a bit of testing.Sam Scott
2017-03-10Expand tests and examples.Sam Scott