[][src]Module rqr::data

Data encoding.

Functions

append

Append data to bitvec of a certain len.

encode

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

encode_with_mode

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