[][src]Function yanp::parse_nmea_sentence

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