Cargo Features
[dependencies]
libredox = { version = "0.1.3", default-features = false, features = ["std", "call", "mkns", "redox_syscall"] }
- default = call, redox_syscall, std
-
These default features are set whenever
libredox
is added without
somewhere in the dependency tree.default-features = false - std default
- call default
-
Affects
libredox::Fd
,libredox::call
… - mkns = ioslice
-
Affects
libredox::call.mkns
…
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.
- redox_syscall default
- ioslice mkns?