[][src]Module qrcode53bytes::data

Data encoding.

Functions

append

Append data to bitvec of a certain len.

bitvec_char_count
bitvec_data
encode

Encode string data to BitVec<Lsb0 , u8>. Does not include error correction codes, it only encodes the data portion.

encode_byte_data
encode_with_mode

Encode string data to BitVec<Lsb0 , u8> in a specific mode. Does not include error correction codes, it only encodes the data portion.

string_to_bytes