summaryrefslogtreecommitdiff
path: root/examples/csv_vectors.rs
AgeCommit message (Collapse)Author
2024-04-07Fix empty output in csv_vectors example (#89)Neil Hansen
2024-04-07Add test for `csv_vectors` example (#82)Alexander
2020-06-03Revert to rustfmt defaults.Sam Scott
2019-01-23Run cargo fmt.Sam Scott
2019-01-21Minor fixes:Sam Scott
- Suppress deprecated warning from error-chain - Fix clippy issues - Update dependencies - Update example to csv 1.0
2017-04-24make compiler recommended changesJacob Brown
2017-03-12Address some clippy comments.Sam Scott
Add docs for `Config`.
2017-03-12Run rustfmt on code.Sam Scott
2017-03-10Expand tests and examples.Sam Scott
Need to fix sequences.