memmapix 0.7.6

No libc, pure Rust cross-platform Rust API for memory-mapped file IO
Documentation
[dev-dependencies.owning_ref]
version = "0.4.1"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Yevhenii Reizner <razrfalcon@gmail.com>", "Al Liu <scygliu1@gmail.com>"]
categories = ["filesystem", "external-ffi-bindings"]
description = "No libc, pure Rust cross-platform Rust API for memory-mapped file IO"
documentation = "https://docs.rs/memmapix"
edition = "2018"
keywords = ["mmap", "memory-map", "memmap2", "memmap", "file"]
license = "MIT/Apache-2.0"
name = "memmapix"
readme = "README.md"
repository = "https://github.com/al8n/memmapix-rs"
version = "0.7.6"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(unix)".dependencies.rustix]
features = ["fs", "mm", "param"]
version = "0.38"