aprs-parser-rs
aprs-parser-rs copied to clipboard
Support packets with non-stringy messages
It's possible for APRS packets to have messages that are an arbitrary array of bytes (See here: https://github.com/welshdave/simple-aprs/issues/5)
I'd like to rewrite how message packets are handled so that the content is an array of u8s instead of a String.