Skip to main content

encode_str

Function encode_str 

Source
pub fn encode_str(
    p: &PointDesc<'_>,
    s: &str,
    out: &mut [u16],
) -> Result<(), EncodeError>
Expand description

Encode a string point (fixed window, §15); pads with zero bytes.