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 wheneverlinked-buffer
is added without
somewhere in the dependency tree.default-features = false - 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