Expand description
Generic purpose append only manifest file implementation.
Re-exports§
pub use file::BackedFile;
pub use file::BackedFileError;
pub use file::File;
std
pub use file::FileOptions;
std
pub use manifest::*;
Modules§
- error
- Errors.
- file
- The underlying file for
ManifestFile
. - manifest
- Some
Manifest
implementations.
Structs§
- Crc32
- CRC32 checksumer.
- Custom
Flags - A 7-bit custom flag.
- Entry
Flags - Flags for the manifest entry.
- Manifest
File - Generic manifest file implementation.
- Options
- Options for the manifest file.
Traits§
- Checksumer
- Checksumer trait.
Type Aliases§
- Default
Backed File - The default underlying file for
ManifestFile
.