mmap-simple 0.1.1

Write, read, append and delete from an mmapped file with a very simple API.
Documentation

mmap-simple

docs.rs crates.io

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]:

[dependencies]
mmap-simple= "0.1.0"

Read the docs for a little bit of more info.