https://github.com/bartfeenstra/rscsv
Makes a sad attempt at parsing your CSV files 📜
https://github.com/bartfeenstra/rscsv
csv
Last synced: about 1 year ago
JSON representation
Makes a sad attempt at parsing your CSV files 📜
- Host: GitHub
- URL: https://github.com/bartfeenstra/rscsv
- Owner: bartfeenstra
- License: mit
- Created: 2018-03-04T14:19:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T14:36:22.000Z (over 7 years ago)
- Last Synced: 2025-01-29T06:51:57.351Z (about 1 year ago)
- Topics: csv
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RsCSV
[](https://travis-ci.org/bartfeenstra/rscsv)
## About
Makes a sad attempt at parsing your CSV files.
## License
RsCSV is released under the [MIT](./LICENSE) license.
## Development
If you wish to contribute code changes, you may want to fork this project first, and clone your own forked repository
instead.
### Building
Run `./bin/build`.
### Testing
Run `./bin/test`.
### Fixing problems automatically
Run `./bin/fix`.