An open API service indexing awesome lists of open source software.

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

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>
```