fio-ioengine-sys 0.1.0

FFI bindings to fio's ioengine API.
Documentation
[[example]]
crate-type = ["cdylib"]
name = "hello-null"
path = "examples/hello_null.rs"
[build-dependencies.bindgen]
version = "0.58.1"
[dependencies.cty]
version = "0.2.1"

[features]
default = ["vendor"]
vendor = []

[package]
authors = ["Gregory C. Oakes <gregcoakes@gmail.com>"]
description = "FFI bindings to fio's ioengine API."
documentation = "https://docs.rs/fio-ioengine-sys"
edition = "2018"
homepage = "https://github.com/gcoakes/fio-ioengine-sys"
keywords = ["ffi"]
license = "GPL-2.0-only"
name = "fio-ioengine-sys"
readme = "README.md"
repository = "https://github.com/gcoakes/fio-ioengine-sys"
version = "0.1.0"