Expand description
Generic purpose append only manifest file implementation.
Re-exports§
pub use file::BackedFile;pub use file::BackedFileError;pub use file::File;stdpub use file::FileOptions;stdpub use manifest::*;
Modules§
- error
- Errors.
- file
- The underlying file for
ManifestFile. - manifest
- Some
Manifestimplementations.
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 std - The default underlying file for
ManifestFile.