sbp-settings-sys

Crates.iosbp-settings-sys
lib.rssbp-settings-sys
version0.1.0
sourcesrc
created_at2021-10-01 19:04:46.030645
updated_at2021-10-01 19:04:46.030645
descriptionFFI bindings for SwiftNav's settings library
homepage
repositoryhttps://github.com/swift-nav/libsettings-rs
max_upload_size
id459213
size33,303,608
Steven Meyer (notoriaga)

documentation

README

Copyright (C) 2018-2019 Swift Navigation Inc. Contact: Swift Navigation dev@swiftnav.com

This source is subject to the license found in the file 'LICENSE' which must be be distributed together with this source. All other rights reserved.

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

sbp-settings

Open source SwiftNav settings API library for Rust. sbp-settings aims to provide a standardized settings framework for projects accessing Piksi settings.

sbp-settings-sys

sbp-settings-sys is a crate which builds and exposes Rust FFI bindings for the libsettings C library.

Publishing

Execute a dry run:

./publish.sh

Publish:

EXECUTE=1 ./publish.sh
Commit count: 96

cargo fmt