Cargo Features

linux-io-uring has no features set by default.

[dependencies]
linux-io-uring = { version = "0.1.0", features = ["bindgen", "concurrent", "unstable"] }
bindgen

Enables bindgen of linux-io-uring-sys

Avoid leaking types from -sys because it is unstable.

concurrent = parking_lot

Affects linux-io-uring::concurrent

unstable

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.

parking_lot concurrent?

Enables parking_lot ^0.10