rust_nmea 1.2.4

NMEA (0183) parser and information library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[example]]
name = "unix-serial"
path = "examples/unix-serial.rs"

[dependencies]

[package]
authors = ["Ahmetcan Aksu ahmetcanaksu@behemehal.net"]
categories = ["science::robotics"]
description = "NMEA (0183) parser and information library for Rust. "
documentation = "https://docs.rs/rust_nmea"
edition = "2021"
keywords = ["robotics", "ublox", "gps", "nmea", "gpio"]
license = "GPL-2.0"
name = "rust_nmea"
readme = "README.md"
repository = "https://github.com/ahmtcn123/Rust-NMEA"
version = "1.2.4"