Crate quick_protobuf[][src]

A library to read binary protobuf files

This reader is developed similarly to a pull reader

Re-exports

pub use errors::Error;
pub use errors::Result;
pub use message::MessageRead;
pub use message::MessageWrite;
pub use reader::BytesReader;
pub use reader::Reader;
pub use writer::Writer;

Modules

errors

A module to handle all errors via error-chain crate

message

A module to deserialize a Message as defined in a .proto file

reader

A module to manage protobuf deserialization

sizeofs

A module to compute the binary size of data once encoded

writer

A module to manage protobuf serialization