Module filesystems

Source

Re-exports§

pub use fxfs::Fxfs;

Modules§

fxfs

Structs§

Blobfs
Config object for starting Blobfs instances.
DeliveryBlob
Struct for holding the name of a blob and its contents in the delivery blob format.
F2fs
Config object for starting F2fs instances.
FsManagementFilesystemInstance
Fxblob
Config object for starting Fxblob instances.
Memfs
Config object for starting Memfs instances.
Minfs
Config object for starting Minfs instances.
PkgDirInstance
PkgDirTest
Config object for starting a PkgDirInstance. The PkgDirInstance allows blob benchmarks to open and read a blob through its package directory as opposed to talking directly to the filesystem.

Traits§

BlobFilesystem
A trait for filesystems that support reading and writing blobs.

Type Aliases§

CryptClientFn