ashmem 0.1.2

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

[[package]]
name = "ashmem"
version = "0.1.2"
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.175"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"