[][src]Function qrcode53bytes::data::encode_with_mode

pub fn encode_with_mode(
    s: &str,
    mode: Mode,
    version: Version
) -> BitVec<Lsb0, u8>

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