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
pub fn parse_nmea_sentence(
sentence: &[u8],
) -> Result<SentenceData<'_>, NmeaSentenceError<'_>>
The central entrypoint for the library, it verifies and parses a given sentence into a specific data struct for the user