vm-memory 0.1.2

Safe abstractions for accessing the VM physical memory
Documentation
[dependencies.arc-swap]
optional = true
version = ">=0.4.4"

[dependencies.libc]
version = ">=0.2.39"
[dev-dependencies.matches]
version = ">=0"

[dev-dependencies.vmm-sys-util]
version = ">= 0.4.0"

[features]
backend-atomic = ["arc-swap"]
backend-mmap = []
default = []
integer-atomics = []

[package]
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
description = "Safe abstractions for accessing the VM physical memory"
edition = "2018"
keywords = ["memory"]
license = "Apache-2.0 OR BSD-3-Clause"
name = "vm-memory"
repository = "https://github.com/rust-vmm/vm-memory"
version = "0.1.2"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi"]
version = ">=0.3"