From d59eb0f0faa1f05b335a0f980e1c1d58ee483479 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 9 Oct 2023 19:24:18 -0700 Subject: [PATCH] Add CSV to the formats list Mirrored from https://github.com/serde-rs/serde/pull/2625. --- _src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_src/README.md b/_src/README.md index d94256f..54f6014 100644 --- a/_src/README.md +++ b/_src/README.md @@ -77,6 +77,7 @@ Serde by the community. and from DynamoDB. - [Hjson], a syntax extension to JSON designed around human reading and editing. *(deserialization only)* +- [CSV], Comma-separated values is a tabular text file format. [JSON]: https://github.com/serde-rs/json [Postcard]: https://github.com/jamesmunns/postcard @@ -103,6 +104,7 @@ Serde by the community. [DynamoDB Items]: https://docs.rs/serde_dynamo [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb [Hjson]: https://github.com/Canop/deser-hjson +[CSV]: https://docs.rs/csv ### Data structures