baudot

Function decode

Source
pub fn decode(buf: &[u8], state: ShiftState) -> Option<String>
Expand description

Given a sequence of 5-bit baudot codes, produce a string TODO: No reason this shouldn’t be iterators