Expand description
File i/o across volumes.
This module contains methods designed to mirror and be used in place
of fs::OpenOptions
and fs::File
, that while providing the interace
of a single file, read and write data across one or more volumes of a
specified maximum size.
Example use cases include using splitfile
as a reader/writer in
conjunction with crates such as tar, zip, rust-lzma, etc.
Structsยง
- Open
Options - Options and flags which can be used to configure how a file is opened.
- Split
File - A reference to an open set of volumes on the filesystem.