Crates.io | mmap |
lib.rs | mmap |
version | 0.1.1 |
source | src |
created_at | 2015-04-09 03:30:04.545183 |
updated_at | 2015-12-16 00:01:49.263868 |
description | A library for dealing with memory-mapped I/O |
homepage | https://github.com/rbranson/rust-mmap |
repository | https://github.com/rbranson/rust-mmap |
max_upload_size | |
id | 1813 |
size | 18,860 |
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
:
[dependencies]
mmap = "*"
and this to your crate root:
extern crate mmap;