fio-ioengine-sys

Crates.iofio-ioengine-sys
lib.rsfio-ioengine-sys
version0.1.0
sourcesrc
created_at2021-05-09 03:11:14.481301
updated_at2021-05-09 03:11:14.481301
descriptionFFI bindings to fio's ioengine API.
homepagehttps://github.com/gcoakes/fio-ioengine-sys
repositoryhttps://github.com/gcoakes/fio-ioengine-sys
max_upload_size
id395074
size3,486,954
Gregory Oakes (gcoakes)

documentation

https://docs.rs/fio-ioengine-sys

README

fio-ioengine-sys

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.

Commit count: 4

cargo fmt