Skip to content

Commit

Permalink
Tidying up for new release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo authored Jan 29, 2021
1 parent 3a959ca commit ba295bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "swiftnav-rs"
version = "0.1.0"
authors = ["Joseph Angelo <joseph.angelo@swift-nav.com>"]
version = "0.2.0"
authors = ["Swift Navigation <dev@swiftnav.com>"]
edition = "2018"
description = "Low level GNSS decoding and positioning"
description = "GNSS positioning and related utilities"
readme = "README.md"
repository = "https://github.com/swift-nav/swiftnav-rs"
license = "LGPL-3.0"


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

[dependencies]

[build-dependencies]
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# swiftnav-rs

An idiomatic Rust wrapper around the C library [`libswiftnav`](https://github.com/swift-nav/libswiftnav), which provides
general GNSS related functionality.
`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

`swiftnav-rs` does not provide any functionality for communicating with Swift
Navigation receivers. See [libsbp](https://github.com/swift-nav/libsbp) to
communicate with receivers using Swift Binary Protocol (SBP).

## License
This crate is distributed under the terms of the LGPLv3, full details are
Expand Down

0 comments on commit ba295bf

Please sign in to comment.