Cargo Features

[dependencies]
io_uring_buf_ring = { version = "0.1.0", default-features = false, features = ["bytes"] }
default = bytes

The bytes feature is set by default whenever io_uring_buf_ring is added without default-features = false somewhere in the dependency tree.

bytes default

Enables bytes

IoUringBufRing has 2 features without comments.