Skip to content

Commit ba295bf

Browse files
authored
Tidying up for new release (#34)
1 parent 3a959ca commit ba295bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "swiftnav-rs"
3-
version = "0.1.0"
4-
authors = ["Joseph Angelo <joseph.angelo@swift-nav.com>"]
3+
version = "0.2.0"
4+
authors = ["Swift Navigation <dev@swiftnav.com>"]
55
edition = "2018"
6-
description = "Low level GNSS decoding and positioning"
6+
description = "GNSS positioning and related utilities"
77
readme = "README.md"
88
repository = "https://github.com/swift-nav/swiftnav-rs"
99
license = "LGPL-3.0"
1010

11-
12-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13-
1411
[dependencies]
1512

1613
[build-dependencies]

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# swiftnav-rs
22

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).
58

69
## License
710
This crate is distributed under the terms of the LGPLv3, full details are

0 commit comments

Comments
 (0)