rust-mmap
A Rust library for dealing with memory mapped files, originally extracted from the Rust standard library source code before it was removed.
Usage
Add this to your Cargo.toml
:
[dependencies]
mmap = "*"
and this to your crate root:
extern crate mmap;