2 releases
| 0.1.1 | Jan 8, 2022 |
|---|---|
| 0.1.0 | Nov 25, 2021 |
#2271 in Encoding
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–12MB
~126K SLoC