random-access-disk 3.0.1

Continuously read and write to disk, using random offsets and lengths
Documentation

random-access-disk

crates.io version build status downloads docs.rs docs

Continuously read and write to disk, using random offsets and lengths, using abstract interface defined in random-access-storage.

Adapted from Javascript random-access-file.

Installation

$ cargo add random-access-disk

License

MIT OR Apache-2.0