mmap

Crates.iommap
lib.rsmmap
version0.1.1
sourcesrc
created_at2015-04-09 03:30:04.545183
updated_at2015-12-16 00:01:49.263868
descriptionA library for dealing with memory-mapped I/O
homepagehttps://github.com/rbranson/rust-mmap
repositoryhttps://github.com/rbranson/rust-mmap
max_upload_size
id1813
size18,860
Rick Branson (rbranson)

documentation

README

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;
Commit count: 3

cargo fmt