Crate sift_pbfs

Crate sift_pbfs 

Source

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§

chunk

Structs§

BackupsDecoder
Takes a reader to 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.