[][src]Crate splitfile

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

OpenOptions

Options and flags which can be used to configure how a file is opened.

SplitFile

A reference to an open set of volumes on the filesystem.