Function deserialize_highlight
pub fn deserialize_highlight(byte: u8) -> boolExpand description
Deserialize a single byte into a highlight flag.
§Arguments
byte- Payload byte of acrate::protocol::TAG_HIGHLIGHTframe:0for not highlighted,1for highlighted.
§Returns
true if the byte signals a highlighted client, false otherwise.
§Panics
Panics on any byte other than 0 or 1 (protocol mismatch or
pipe corruption).