mmap-rs 0.6.1

A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.combine]
version = "4"

[dependencies.libc]
version = "0.2"

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

[package]
authors = ["Stephan van Schaik <stephan@synkhronix.com>"]
description = "A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process."
edition = "2021"
homepage = "https://codentium.com"
keywords = ["mmap", "memory", "mapping", "VirtualAlloc"]
license = "Apache-2.0 OR MIT"
name = "mmap-rs"
readme = "README.md"
repository = "https://github.com/StephanvanSchaik/mmap-rs"
rust-version = "1.67"
version = "0.6.1"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach2]
version = "0.4"
[target."cfg(unix)".dependencies.nix]
version = "0.26"

[target."cfg(unix)".dependencies.sysctl]
version = "0.5"
[target."cfg(windows)".dependencies.widestring]
version = "1"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_SystemInformation", "Win32_System_Threading"]
version = "0.48"