https://github.com/webholik/csv_parser
A CSV parser written in Rust using nom library
https://github.com/webholik/csv_parser
Last synced: 11 months ago
JSON representation
A CSV parser written in Rust using nom library
- Host: GitHub
- URL: https://github.com/webholik/csv_parser
- Owner: webholik
- Created: 2019-06-03T11:56:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T12:17:38.000Z (about 7 years ago)
- Last Synced: 2025-03-15T02:22:45.061Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csv_parser
A CSV parser written in Rust using [nom](https://github.com/Geal/nom) library.
```
parse_csv(&str) -> Result>, CSVError>
```