Function nmea::parse_str

source ·
pub fn parse_str(sentence_input: &str) -> Result<ParseResult, Error<'_>>
Expand description

Parse a NMEA 0183 sentence from a string slice and extract data from it.

Should not contain \r\n ending.

Errors