Skip to content

Commit

Permalink
add another csv parser
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 26, 2014
1 parent e67c808 commit b5ac836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@ The only other CSV parser I know of that builds is
[Geal/rust-csv](https://github.com/Geal/rust-csv), but it doesn't support the
`Encoder` or `Decoder` API.

Another one popped up at
[arjantop/rust-tabular](https://github.com/arjantop/rust-tabular) just
recently, which also does not support the `Encoder` or `Decoder` API.
However, it does support parsing fixed-width tables.

0 comments on commit b5ac836

Please sign in to comment.