Cargo Features

IROX-TOOLS has no features set by default.

[dependencies]
irox-tools = { version = "0.8.0", features = ["std", "alloc"] }
std = alloc

Enables std of irox-bits

Affects hex::HexDump.hexdump, irox-tools::read, irox-tools::sync, util::scanner

alloc std?

Enables alloc of irox-bits

Affects codec::Codec.encode_to_str, codec::Codec.encode_to_vec, codec::Codec.decode_to_str_lossy, codec::Codec.decode_to_vec, hex::to_hex_str_upper, hex::to_hex_str_lower, base64::base64_encode_to_str, base64::base64_decode_to_str_lossy, base64::base64_encode_safe_to_str, base64::base64_decode_safe_to_str_lossy