Skip to content

Commit d59eb0f

Browse files
committed
Add CSV to the formats list
Mirrored from serde-rs/serde#2625.
1 parent ce2f4ea commit d59eb0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Serde by the community.
7777
and from DynamoDB.
7878
- [Hjson], a syntax extension to JSON designed around human reading and editing.
7979
*(deserialization only)*
80+
- [CSV], Comma-separated values is a tabular text file format.
8081

8182
[JSON]: https://github.com/serde-rs/json
8283
[Postcard]: https://github.com/jamesmunns/postcard
@@ -103,6 +104,7 @@ Serde by the community.
103104
[DynamoDB Items]: https://docs.rs/serde_dynamo
104105
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
105106
[Hjson]: https://github.com/Canop/deser-hjson
107+
[CSV]: https://docs.rs/csv
106108

107109
### Data structures
108110

0 commit comments

Comments
 (0)