memmap 0.1.0

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

memmap

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

rustdoc

Linux build Status Windows build status

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
  • stack support (MAP_STACK on unix)
  • huge page support

License

memmap is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2015 Dan Burkert.