Cargo Features
IoUring has no features set by default.
[dependencies]
io-uring = { version = "0.7.1", features = ["overwrite", "direct-syscall", "io_safety"] }
- overwrite = bindgen
- direct-syscall = sc
-
Affects
sys::io_uring_register
,sys::io_uring_setup
,sys::io_uring_enter
… - io_safety
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- sc direct-syscall?
- bindgen build overwrite?
-
Enables bindgen ^0.69