pub fn parse_is_line(line: &str) -> Option<&str>
Parse an APRS-IS server line.
Returns None for comment/keepalive lines (starting with #), Some(packet_str) for APRS packet lines.
None
#
Some(packet_str)