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