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
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# swiftnav-rs
2
2
3
-
An idiomatic Rust wrapper around the C library [`libswiftnav`](https://github.com/swift-nav/libswiftnav), which provides
4
-
general GNSS related functionality.
3
+
`swiftnav-rs` is a crate that implements GNSS utility functions for use by software-defined GNSS receivers or software requiring GNSS functionality. It is intended to be as portable as possible and has limited dependancies
4
+
5
+
`swiftnav-rs` does not provide any functionality for communicating with Swift
6
+
Navigation receivers. See [libsbp](https://github.com/swift-nav/libsbp) to
7
+
communicate with receivers using Swift Binary Protocol (SBP).
5
8
6
9
## License
7
10
This crate is distributed under the terms of the LGPLv3, full details are
0 commit comments