ashmem 0.1.1

Rust wrapper around Android's ASharedMemory (ashmem) API
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ashmem"
version = "0.1.1"
dependencies = [
 "ioctl-sys",
 "libc",
]

[[package]]
name = "ioctl-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9d0b6b23885487578d10590edc36fd95426257c7017973b20633e34df23b08"

[[package]]
name = "libc"
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"