Function baudot::decode [] [src]

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

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