Crates.io | fio-ioengine-sys |
lib.rs | fio-ioengine-sys |
version | 0.1.0 |
source | src |
created_at | 2021-05-09 03:11:14.481301 |
updated_at | 2021-05-09 03:11:14.481301 |
description | FFI bindings to fio's ioengine API. |
homepage | https://github.com/gcoakes/fio-ioengine-sys |
repository | https://github.com/gcoakes/fio-ioengine-sys |
max_upload_size | |
id | 395074 |
size | 3,486,954 |
Rust bindings to fio's ioengine API. This enables writing custom I/O engine plugins in Rust. For an example of how to use it, refer to the hello-null which is a near 1-1 translation of fio's null I/O engine. There is also an example of how to debug an I/O engine in VSCode using launch.json. This is generally a bad practice to checkin editor specific configuration files, but this has been done to provide a good example of the correct usage.