memory_map 0.0.2

Memory mapped files.
Documentation
# Memory Map

[![](https://img.shields.io/badge/Project%20SAFE-Approved-green.svg)](http://maidsafe.net/applications) [![](https://img.shields.io/badge/License-GPL3-green.svg)](https://github.com/maidsafe/routing/blob/master/COPYING)

Cross-platform Rust API for memory-mapped file IO.


|Linux/OSX|Windows|Coverage|Issues|
|:------:|:-------:|:-------:|:-------:|:-------:|
|[![Build Status](https://travis-ci.org/maidsafe/memory_map.svg?branch=master)](https://travis-ci.org/maidsafe/memory_map)|[![Build status](https://ci.appveyor.com/api/projects/status/8dc616koi5oarjq2?svg=true)](https://ci.appveyor.com/project/dirvine/memory-map)|[![Coverage Status](https://coveralls.io/repos/maidsafe/memory_map/badge.svg)](https://coveralls.io/r/maidsafe/memory_map)|[![Stories in Ready](https://badge.waffle.io/maidsafe/memory_map.png?label=ready&title=Ready)](https://waffle.io/maidsafe/memory_map)

| [API Documentation - master branch](http:://maidsafe.net/memory_map/master) | [SAFE Network System Documention](http://systemdocs.maidsafe.net) | [MaidSafe website](http://maidsafe.net) | [Safe Community site](https://forum.safenetwork.io) |
|:------:|:-------:|:-------:|:-------:|


## Features

- POSIX support.
- Windows support.
- File-backed memory maps.
- Anonymous memory maps.
- Synchronous and asynchrounous flushing.
- Copy-on-write memory maps.
- Read-only memory maps.