Fast CSV parsing with support for serde.
cargo add csv
[dependencies]
csv = "1.4.0"
| 官网 | https://github.com/BurntSushi/rust-csv |
|---|---|
| 仓库 | https://github.com/BurntSushi/rust-csv |
| 文档 | https://docs.rs/csv |
| 最新版本 | 1.4.0 |
| 分类 | encoding, parser-implementations |