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

std default = alloc
alloc std
nightly
ioslice ioslice-iobox? = ioslice_
ioslice-iobox = ioslice

Enables alloc of 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