You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -84,13 +84,7 @@ just add the `nmea` crate without the default features:
84
84
nmea = { version = "0.5", default-features = false }
85
85
```
86
86
87
-
### For Rust edition 2015
88
-
89
-
For Rust 2015 edition you should put this in your crate's `lib.rs` or `main.rs`:
90
-
91
-
```rust
92
-
externcrate nmea;
93
-
```
87
+
### Parse
94
88
95
89
To use the NMEA parser create a `Nmea` struct and feed it with NMEA sentences (only supports `GNSS` messages, otherwise use the `parse_str()` and `parse_bytes()`):
0 commit comments