Skip to content

Commit

Permalink
Add mention of cdr-encode package, implementing CDR format using Serde.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelovuo committed Apr 23, 2024
1 parent bf6fb2a commit 143c8ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Serde by the community.
- [Hjson], a syntax extension to JSON designed around human reading and editing.
*(deserialization only)*
- [CSV], Comma-separated values is a tabular text file format.
- [CDR], OMG Common Data Representation, used in [DDS] and [ROS2], among others

[JSON]: https://github.com/serde-rs/json
[Postcard]: https://github.com/jamesmunns/postcard
Expand Down Expand Up @@ -105,6 +106,9 @@ Serde by the community.
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
[Hjson]: https://github.com/Canop/deser-hjson
[CSV]: https://docs.rs/csv
[CDR]: https://docs.rs/cdr-encoding/
[DDS]: https://en.wikipedia.org/wiki/Data_Distribution_Service
[ROS2]: https://github.com/ros2

### Data structures

Expand Down

0 comments on commit 143c8ed

Please sign in to comment.