Crate wildland_dfs
source ·Modules
Structs
- Structure wrapping
IStream
for the purpose of chunking the incoming data. - Represents filesystem statistics
- Interface that DFS exposes towards filesystem-like frontend providers
- Represents metadata of a filesystem node
- Storage is basically the same struct as
super::StorageTemplate
but it’s serializable/deserializable content is filled with values provided by corex for a particular container - Representation of permissions supported on all target platforms
Enums
- Storage Templates provide some general information about storage location. Their only purpose is to be filled with the container’s parameters during container creation and to generate Storage Manifest (in opposition to a template it points to the storage location assigned to the particular container).
Constants
Traits
- Interface that DFS exposes towards filesystem-like frontend providers
- Trait representing input stream which CoreX can read from.
- Trait that allows to create a chunking iterator over boxed IStream objects.
- Trait representing output stream which CoreX can write to.