Modules§
Structs§
BoundedStager
is aStager
that usesmoka
to manage staging area.FsBlobGuard
is aBlobGuard
for accessing the blob and automatically deleting the file on drop.FsDirGuard
is aDirGuard
for accessing the directory and automatically deleting the directory on drop.
Traits§
DirWriterProvider
provides a way to write files into a directory.Stager
manages the staging area for the puffin files.StagerNotifier
provides a way to notify the caller of the staging events.
Type Aliases§
- Result containing the number of bytes written (u64).
Trait Aliases§
- Function that initializes a blob.
- Function that initializes a directory.