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

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

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