From b5ac836b664deb6b9a1f68e5c59badc1d9dbcc8d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 26 Mar 2014 15:43:56 -0400 Subject: [PATCH] add another csv parser --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1da08b7..df09c99 100644 --- a/README.md +++ b/README.md @@ -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. +