eclipse-zenoh/zenoh-cpp

ZBytes: tuple serialization\deserialization support

Closed this issue · 3 comments

Describe the feature

Need to add tuple support to align with Rust

Should we implement it for tuple up to size 5 as in rust, or should it be a generic implementation for any-size tuple, equivalent to subsequent uses of ZBytesReader::read_bounded and ZBytesWriter::write_bounded ?

done by #238.