Cargo Features
[dependencies]
fluke-maybe-uring = { version = "0.1.1", default-features = false, features = ["net", "tokio-uring"] }
- default = tokio-uring
-
The
tokio-uring
feature is set by default wheneverfluke-maybe-uring
is added without
somewhere in the dependency tree.default-features = false - net
-
Affects
fluke-maybe-uring::net
…
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.
- tokio-uring linux default
-
Enables tokio-uring ^0.4.0
Affects
fluke-maybe-uring::start
…