Cargo Features

[dependencies]
lgio = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever lgio is added without default-features = false somewhere in the dependency tree.

std default = alloc

Affects lgio::BufRead.into_std, lgio::BufRead.into_std_reader, lgio::from_std_reader

alloc std

Affects lgio::BufRead.read_to_end