We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2f4ea commit d59eb0fCopy full SHA for d59eb0f
_src/README.md
@@ -77,6 +77,7 @@ Serde by the community.
77
and from DynamoDB.
78
- [Hjson], a syntax extension to JSON designed around human reading and editing.
79
*(deserialization only)*
80
+- [CSV], Comma-separated values is a tabular text file format.
81
82
[JSON]: https://github.com/serde-rs/json
83
[Postcard]: https://github.com/jamesmunns/postcard
@@ -103,6 +104,7 @@ Serde by the community.
103
104
[DynamoDB Items]: https://docs.rs/serde_dynamo
105
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
106
[Hjson]: https://github.com/Canop/deser-hjson
107
+[CSV]: https://docs.rs/csv
108
109
### Data structures
110
0 commit comments