[][src]Function adsb::parse_avr

pub fn parse_avr(data: &str) -> Result<(Message, &str), ParserError>

Parse message from a string with data in AVR format. Each message should start with a * and end with a ;. If successful, returns a tuple containing the parsed message and a slice of remaining unparsed data.