| Crates.io | pbzlib |
| lib.rs | pbzlib |
| version | 0.1.1 |
| created_at | 2021-11-25 12:52:25.056965+00 |
| updated_at | 2022-01-08 10:34:01.198099+00 |
| description | 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. |
| homepage | https://github.com/fabgeyer/pbzlib-rs |
| repository | https://github.com/fabgeyer/pbzlib-rs |
| max_upload_size | |
| id | 487588 |
| size | 26,337 |
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.