Revision control

Copy as Markdown

Other Tools

[package]
name = "ashmem"
version = "0.1.2"
authors = ["Matthew Gregan <kinetik@flim.org>"]
edition = "2018"
license = "ISC"
description = "Rust wrapper around Android's ASharedMemory (ashmem) API"
[dependencies]
libc = "0.2"
ioctl-sys = "0.7"