mmap 0.1.1

A library for dealing with memory-mapped I/O
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
libc = "0.1.6"
tempdir = "0.3"

[package]
authors = ["Rick Branson <rick@diodeware.com>", "The Rust Project Developers"]
description = """
A library for dealing with memory-mapped I/O
"""
homepage = "https://github.com/rbranson/rust-mmap"
license = "MIT"
name = "mmap"
readme = "README.md"
repository = "https://github.com/rbranson/rust-mmap"
version = "0.1.1"