rustc/vendor/memmap2-0.2.3
2024-05-23 21:15:29 +02:00
..
examples New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
src New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
.cargo-checksum.json New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
Cargo.lock New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
Cargo.toml New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
CHANGELOG.md New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
LICENSE-APACHE New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
LICENSE-MIT New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00
README.md New upstream version 1.72.1+dfsg1 2024-05-23 21:15:29 +02:00

memmap2

Build Status Crates.io Documentation Rust 1.31+

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 Evgeniy Reizner

Copyright (c) 2015 Dan Burkert