6 releases

0.9.0 Jul 12, 2024
0.8.3 May 28, 2024
0.8.2 Jul 24, 2023
0.8.1 Jun 9, 2023
0.7.0 Sep 27, 2021

#32 in Geospatial

Download history 32/week @ 2024-04-04 5/week @ 2024-04-11 6/week @ 2024-04-25 27/week @ 2024-05-02 7/week @ 2024-05-09 22/week @ 2024-05-16 189/week @ 2024-05-23 79/week @ 2024-05-30 26/week @ 2024-06-06 33/week @ 2024-06-13 42/week @ 2024-06-20 192/week @ 2024-06-27 94/week @ 2024-07-04 184/week @ 2024-07-11 73/week @ 2024-07-18

556 downloads per month
Used in 2 crates

LGPL-3.0

15MB
36K SLoC

C 25K SLoC // 0.2% comments Rust 6.5K SLoC // 0.0% comments Bitbake 2.5K SLoC // 0.5% comments M4 1K SLoC // 0.4% comments Python 765 SLoC // 0.3% comments Shell 356 SLoC // 0.1% comments Automake 303 SLoC // 0.1% comments C++ 275 SLoC // 0.1% comments Bazel 202 SLoC XSL 98 SLoC // 0.1% comments Perl 90 SLoC // 0.2% comments TypeScript 40 SLoC

swiftnav

swiftnav 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 dependencies.

swiftnav does not provide any functionality for communicating with Swift Navigation receivers. See libsbp to communicate with receivers using Swift Binary Protocol (SBP).

swiftnav-sys

swiftnav-sys is a crate which builds and exposes Rust FFI bindings for the libswiftnav C library.

Publishing a new release

Releases are done against the master branch. Use the cargo publish tool. First release the swiftnav-sys crate:

Update the swiftnav-sys crate version:

cd swiftnav-sys
sed -i 's@version = "0.8.3"@version = "0.8.4"@' Cargo.toml

Then release the package:

cd swiftnav-sys
cargo publish

Update the swiftnav crate version:

cd swiftnav
sed -i 's@version = "0.8.3"@version = "0.8.4"@' Cargo.toml

Then release the swiftnav crate:

cd swiftnav
cargo publish

License

This crate is distributed under the terms of the LGPLv3, full details are available in the LICENSE file.

Dependencies