cross-platform Rust API for memory mapped IO
Find a file
2023-05-04 08:46:39 +12:00
.github/workflows Fix MSRV check. 2023-03-13 09:13:39 +02:00
examples Update name. 2020-01-10 14:02:54 +02:00
src partial stuff 2023-05-04 08:46:39 +12:00
.gitignore initial posix implementation 2015-04-04 15:16:33 -07:00
Cargo.toml Version bump. 2023-02-22 20:44:31 +02:00
CHANGELOG.md Version bump. 2023-02-22 20:44:31 +02:00
LICENSE-APACHE Fix copyright attribution 2015-09-10 22:10:28 -07:00
LICENSE-MIT Fix my name. 2021-08-15 22:12:02 +03:00
README.md Implement the StableDeref trait 2021-09-10 11:39:43 +03:00

memmap2

Build Status Crates.io Documentation Rust 1.36+

A Rust library for cross-platform memory mapped IO.

This is a fork of the memmap-rs crate.

Features

  • file-backed memory maps
  • anonymous memory maps
  • synchronous and asynchronous flushing
  • copy-on-write memory maps
  • read-only memory maps
  • stack support (MAP_STACK on unix)
  • executable memory maps
  • huge page support

A list of supported/tested targets can be found in Actions.

License

memmap2 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) 2020 Yevhenii Reizner

Copyright (c) 2015 Dan Burkert