Cargo Features
[dependencies]
uninit-tools = { version = "0.0.7", default-features = false, features = ["std", "alloc", "nightly", "ioslice", "ioslice-iobox"] }
- default = std
-
The
std
feature is set by default wheneveruninit-tools
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- nightly
- ioslice ioslice-iobox? = ioslice_
- ioslice-iobox = ioslice
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.
- ioslice_ ioslice? ioslice-iobox?
-
Enables ioslice