Cargo Features

[dependencies]
bitstream-io = { version = "4.9.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of core2

alloc std

Enables alloc of core2

Affects read::BitRead.read_to_vec, read::BitRead2.read_to_vec, read::ByteRead.read_to_vec