pb-jelly

Crates.iopb-jelly
lib.rspb-jelly
version0.0.16
sourcesrc
created_at2020-09-16 00:46:08.430292
updated_at2024-01-18 21:29:07.099898
descriptionA protobuf runtime for the Rust language developed at Dropbox
homepagehttps://github.com/dropbox/pb-jelly
repositoryhttps://github.com/dropbox/pb-jelly/tree/main/pb-jelly
max_upload_size
id289277
size68,164
client (github:dropbox:client)

documentation

README

pb-jelly

With great power, comes great responsibility - Peter Parker

Crates.io Documentation Crates.io

This crates provides the necessary trait implementations to power code generated with pb-jelly-gen. You should include this crate as a dependency in your Cargo.toml.

Cargo.toml
[dependencies]
pb-jelly = "0.0.16"

Then in the general case, all you'll need to use in your code is the Message trait this crate defines, e.g.

use pb_jelly::Message;

More complete examples can be found in the examples crate, or the pb-test crate itself.

Commit count: 0

cargo fmt