Crate manifile

Source
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.
CustomFlags
A 7-bit custom flag.
EntryFlags
Flags for the manifest entry.
ManifestFile
Generic manifest file implementation.
Options
Options for the manifest file.

Traits§

Checksumer
Checksumer trait.

Type Aliases§

DefaultBackedFile
The default underlying file for ManifestFile.