pbzlib

Crates.iopbzlib
lib.rspbzlib
version0.1.1
sourcesrc
created_at2021-11-25 12:52:25.056965
updated_at2022-01-08 10:34:01.198099
descriptionThis 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.
homepagehttps://github.com/fabgeyer/pbzlib-rs
repositoryhttps://github.com/fabgeyer/pbzlib-rs
max_upload_size
id487588
size26,337
Fabien Geyer (fabgeyer)

documentation

https://github.com/fabgeyer/pbzlib-rs

README

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

Commit count: 5

cargo fmt