-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add z_bytes example #325
Conversation
PR missing one of the required labels: {'new feature', 'dependencies', 'enhancement', 'breaking-change', 'bug', 'internal', 'documentation'} |
8d28354
to
8d98dc6
Compare
An example of |
Protobuf requires to install additional dependencies, and contrary to Rust, this is not done automatically. Also, protobuf for Python is not like Prost, it requires to generate code and compile binary from a proto file. |
Protobuf is a widely-used serialization library and we have received many questions on how to use Protobuf with Zenoh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to approve and merge this PR so as to already provide a set of examples for serialization/deserialization with ZBytes. However, a follow-up PR should following including Protobuf.
Based on #322