Cargo Features

no_std_io2 has no features set by default.

[dependencies]
no_std_io2 = { version = "0.8.0", features = ["std", "alloc", "nightly"] }
std = alloc
alloc std?

Affects traits::Read.read_to_end

nightly