Skip to main content

decode_keys

Function decode_keys 

Source
pub fn decode_keys(bytes: &[u8], output: &mut Vec<Key>)
Expand description

Decodes a complete byte slice without retaining partial framing state.

Prefer InputDecoder for PTY, SSH, or multiplexer streams where an escape sequence may be split between reads.