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. +