nmea0183-core 0.1.3

implement NMEA0183 protocol without parsing floating point
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nmea0183-core"
version = "0.1.3"
authors = ["qiuchengxuan <qiuchengxuan@gmail.com>"]
edition = "2018"
description = "implement NMEA0183 protocol without parsing floating point"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
micromath = "1.0"

[dev-dependencies]
pretty_assertions = "0.4"