splitfile 0.1.0

Reader and writer that splits IO across volumes (files) of a specified maximum size.
Documentation
1
2
3
4
5
6
# 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.