splitfile 0.1.1

Reader and writer that splits IO across volumes (files) of a specified maximum size.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["github.com/alemigo"]
categories = ["filesystem"]
description = "Reader and writer that splits IO across volumes (files) of a specified maximum size."
documentation = "https://docs.rs/splitfile"
edition = "2018"
keywords = ["split", "volumes", "archive", "reader", "writer"]
license = "MIT OR Apache-2.0"
name = "splitfile"
readme = "README.md"
repository = "https://github.com/alemigo/splitfile-rs"
version = "0.1.1"