mmap 0.1.1

A library for dealing with memory-mapped I/O
Documentation

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;