Cargo Features

irox-bits has no features set by default.

[dependencies]
irox-bits = { version = "0.1.1", features = ["std", "alloc"] }
std = alloc
alloc std?

Affects bits::Bits.read_u8_blob, bits::Bits.read_be_u16_blob, bits::Bits.read_le_u16_blob, bits::Bits.read_be_u32_blob, bits::Bits.read_le_u32_blob, bits::Bits.read_be_u64_blob, bits::Bits.read_le_u64_blob, bits::Bits.read_exact_vec, bits::Bits.read_all_str_lossy, bits::Bits.read_str_sized_lossy, bits::Bits.read_all_vec, bits::Bits.read_until, bits::Bits.consume_until, bits::Bits.read_str_u32_blob, irox-bits::allocimpls, mutbits::MutBits.write_fmt_impl