yanp

Function parse_nmea_sentence

Source
pub fn parse_nmea_sentence(
    sentence: &[u8],
) -> Result<SentenceData<'_>, NmeaSentenceError<'_>>
Expand description

The central entrypoint for the library, it verifies and parses a given sentence into a specific data struct for the user