#serialization #object #file-header #version #description #buffer #protocols

bin+lib pbzlib

This library is used for simplifying the serialization and deserialization of protocol buffer objects to/from files. The main use-case is to save and read a large collection of objects of the same type. Each file contains a header with the description of the protocol buffer, meaning that no compilation of .proto description file is required.

2 releases

0.1.1 Jan 8, 2022
0.1.0 Nov 25, 2021

#1871 in Encoding

28 downloads per month

MIT license

15KB
312 lines

Library for serializing protobuf objects - Rust version

This library is used for simplifying the serialization and deserialization of protocol buffer objects to/from files. The main use-case is to save and read a large collection of objects of the same type. Each file contains a header with the description of the protocol buffer, meaning that no compilation of .proto description file is required before reading a pbz file.

Versions in other languages

Dependencies

~2–13MB
~133K SLoC