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 wheneverio_uring_buf_ring
is added without
somewhere in the dependency tree.default-features = false - bytes default
-
Enables bytes
IoUringBufRing has 2 features without comments.