[][src]Function qrcode53bytes::data::encode

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

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