Skip to content

webholik/csv_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv_parser

A CSV parser written in Rust using nom library.

parse_csv(&str) -> Result<Vec<Vec<String>>, CSVError>

About

A CSV parser written in Rust using nom library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages