extract_name

Function extract_name 

Source
pub fn extract_name(entry: &[u8]) -> String
Expand description

Extract a channel name from a 16-byte entry.

Names are null-terminated ASCII/UTF-8 within a fixed 16-byte field. Returns the name as a trimmed string, stopping at the first null byte.