Cargo Features

[dependencies]
linked-buffer = { version = "0.0.2", default-features = false, features = ["monoio-vec"] }
default = monoio-vec

The monoio-vec feature is set by default whenever linked-buffer is added without default-features = false somewhere in the dependency tree.

monoio-vec default = libc, monoio

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.

monoio monoio-vec

Enables monoio ^0.0.4

Affects linked-buffer::monoio

libc monoio-vec