eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.44k stars 151 forks source link

Add serialize/deserialize to ZBytesWriter/ZBytesReader #1163

Closed Mallets closed 3 months ago

Charles-Schleich commented 3 months ago

Is the preferred method of creating a new Timestamp as well ? Currently creating a NonZerou128 feels clunky (My own doing), but making an empty ZBytes also feels somewhat like walking around the problem.

Charles-Schleich commented 3 months ago

LGTM once pipelines pass, this will help clean up some plugins.