From 143c8edd547f7a60f7141e467dcfbeba3a571773 Mon Sep 17 00:00:00 2001 From: Juhana Helovuo Date: Tue, 23 Apr 2024 17:36:02 +0300 Subject: [PATCH] Add mention of cdr-encode package, implementing CDR format using Serde. --- _src/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_src/README.md b/_src/README.md index 54f60145..0d6b917a 100644 --- a/_src/README.md +++ b/_src/README.md @@ -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 @@ -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