memmap 0.4.0

Cross-platform Rust API for memory-mapped file IO
Documentation
[package]
name = "memmap"
version = "0.4.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/danburkert/memmap-rs"
documentation = "https://danburkert.github.io/memmap-rs/memmap/index.html"
description = "Cross-platform Rust API for memory-mapped file IO"
keywords = ["mmap", "memory-map", "io", "file"]

[dependencies]
fs2 = "0.2"
kernel32-sys = "0.2"
libc = "0.2"
winapi = "0.2"

[dev-dependencies]
tempdir = "0.3"