Skip to content

Commit

Permalink
Add CSV to the formats list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Oct 10, 2023
1 parent 37a3285 commit 1cbea89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
//! 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 @@ -89,6 +90,7 @@
//! [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

////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 1cbea89

Please sign in to comment.