Re-exports§
pub use chunk::BATCH_SIZE_LEN;pub use chunk::CHECKSUM_HEADER_LEN;pub use chunk::MESSAGE_LENGTH_PREFIX_LEN;pub use chunk::PbfsChunk;pub use chunk::PbfsMessageIter;
Modules§
Structs§
- Backups
Decoder - Takes a
readerto the backup file containing the backed up protobuf messages and offers functionality to iterate over all protobuf messages in the file. Each chunk of protobuf messages will be validated by having its checksum computed and compared against the checksum that stored in its byte-header.