fio-ioengine 0.0.0

Types and traits for Rust-written custom fio ioengine.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.fio-ioengine-sys]
version = "0.1.0"

[package]
authors = ["lsongzhi <lsongzhi@163.com>"]
description = "Types and traits for Rust-written custom fio ioengine."
documentation = "https://docs.rs/fio-ioengine"
edition = "2021"
homepage = "https://github.com/songzhi/fio-ioengines"
license = "MIT"
name = "fio-ioengine"
readme = "../README.md"
repository = "https://github.com/songzhi/fio-ioengines"
version = "0.0.0"