From caf3e06ab162a93cb69d242de4c86d64855aafa9 Mon Sep 17 00:00:00 2001 From: Josh Rule Date: Thu, 17 Jan 2019 12:22:48 -0500 Subject: [PATCH] describe `rust-csv` Add a description for `rust-csv`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a996bf0..e015799 100644 --- a/README.md +++ b/README.md @@ -873,7 +873,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * CRC * [mrhooray/crc-rs](https://github.com/mrhooray/crc-rs) — [](https://travis-ci.org/mrhooray/crc-rs) * CSV - * [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — [](https://travis-ci.org/BurntSushi/rust-csv) + * [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — a fast and flexible CSV reader and writer, with support for Serde [](https://travis-ci.org/BurntSushi/rust-csv) * HAR * [mandrean/har-rs](https://github.com/mandrean/har-rs) — A HTTP Archive Format (HAR) serialization & deserialization library [![Build Status](https://api.travis-ci.org/mandrean/har-rs.svg?branch=master)](https://travis-ci.org/mandrean/har-rs) * HTML