Cargo Features
[dependencies]
bitstream-io = { version = "4.9.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneverbitstream-iois added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
read::BitRead.read_to_vec,read::BitRead2.read_to_vec,read::ByteRead.read_to_vec…