A CSV crate for Rust that can decode or encode a stream. It supports the `serialize::Encoder` and `serialize::Decoder` traits. [![Build status](https://api.travis-ci.org/BurntSushi/rust-csv.png)](https://travis-ci.org/BurntSushi/rust-csv) Licensed under the [UNLICENSE](http://unlicense.org). ### Documentation The API is fully documented: [http://burntsushi.net/rustdoc/csv/](http://burntsushi.net/rustdoc/csv/).