Skip to content

Commit

Permalink
Add CSV to the formats list
Browse files Browse the repository at this point in the history
Mirrored from serde-rs/serde#2625.
  • Loading branch information
dtolnay committed Oct 10, 2023
1 parent ce2f4ea commit d59eb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit d59eb0f

Please sign in to comment.