mmap-simple
mmap-simple is a Rust crate for simple yet fast memory-mapping of files, providing simple APIs for writing, appending, reading and dropping from the file.
Getting Started
To use mmap-simple, add it to your Cargo.toml under [dependencies]:
[]
= "0.1.0"
Read the docs for a little bit of more info.