memmap2 0.9.9

Cross-platform Rust API for memory-mapped file IO
Documentation
[package]
name = "memmap2"
version = "0.9.9"
authors = [
    "Dan Burkert <dan@danburkert.com>",
    "Yevhenii Reizner <razrfalcon@gmail.com>",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RazrFalcon/memmap2-rs"
documentation = "https://docs.rs/memmap2"
description = "Cross-platform Rust API for memory-mapped file IO"
keywords = ["mmap", "memory-map", "io", "file"]
edition = "2021"
rust-version = "1.63"

[dependencies]
stable_deref_trait = { version = "1.0", optional = true }

[target.'cfg(unix)'.dependencies]
libc = "0.2.151"

[dev-dependencies]
tempfile = "3"
owning_ref = "0.4.1"