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

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

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