File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "data "]
2
2
path = data
3
- url = https://github.com/rtk-rs /data
3
+ url = https://github.com/nav-solutions /data
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " binex"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
license = " MPL-2.0"
5
5
authors = [" Guillaume W. Bres <guillaume.bressaix@gmail.com>" ]
6
- description = " BINEX (Binary EXchange) encoder and decoder for real-time GNSS"
7
- homepage = " https://github.com/rtk-rs "
8
- repository = " https://github.com/rtk-rs /binex"
6
+ description = " BINEX encoder and decoder for real-time GNSS"
7
+ homepage = " https://github.com/nav-solutions "
8
+ repository = " https://github.com/nav-solutions /binex"
9
9
keywords = [" geo" , " gps" , " galileo" ]
10
10
categories = [" science" , " science::geo" , " parsing" ]
11
11
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
# BINEX
2
2
3
- [ ![ Rust] ( https://github.com/rtk-rs /binex/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rtk-rs /binex/actions/workflows/rust.yml )
4
- [ ![ Rust] ( https://github.com/rtk-rs /binex/actions/workflows/daily.yml/badge.svg )] ( https://github.com/rtk-rs /binex/actions/workflows/daily.yml ) [ ![ crates.io] ( https://img.shields.io/crates/v/binex.svg )] ( https://crates.io/crates/binex )
3
+ [ ![ Rust] ( https://github.com/nav-solutions /binex/actions/workflows/rust.yml/badge.svg )] ( https://github.com/nav-solutions /binex/actions/workflows/rust.yml )
4
+ [ ![ Rust] ( https://github.com/nav-solutions /binex/actions/workflows/daily.yml/badge.svg )] ( https://github.com/nav-solutions /binex/actions/workflows/daily.yml ) [ ![ crates.io] ( https://img.shields.io/crates/v/binex.svg )] ( https://crates.io/crates/binex )
5
5
[ ![ crates.io] ( https://docs.rs/binex/badge.svg )] ( https://docs.rs/binex/badge.svg )
6
6
7
7
[ ![ MRSV] ( https://img.shields.io/badge/MSRV-1.82.0-orange?style=for-the-badge )] ( https://github.com/rust-lang/rust/releases/tag/1.82.0 )
8
- [ ![ License] ( https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla )] ( https://github.com/rtk-rs /binex/blob/main/LICENSE )
8
+ [ ![ License] ( https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla )] ( https://github.com/nav-solutions /binex/blob/main/LICENSE )
9
9
10
10
BINEX is a simple library to decode and encode BINEX messages.
11
11
BINEX stands for BINary EXchange and is the "real time" stream oriented
@@ -108,5 +108,5 @@ streamed into a `Writable` interface:
108
108
License
109
109
=======
110
110
111
- This library is part of the [ RTK-rs framework] ( https://github.com/rtk-rs ) which
111
+ This library is part of the [ NAV-Solutions framework] ( https://github.com/nav-solutions ) which
112
112
is delivered under the [ Mozilla V2 Public] ( https://www.mozilla.org/en-US/MPL/2.0 ) license.
Original file line number Diff line number Diff line change 1
- #![ doc( html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg" ) ]
1
+ #![ doc(
2
+ html_logo_url = "https://raw.githubusercontent.com/nav-solutions/.github/master/logos/logo2.jpg"
3
+ ) ]
2
4
#![ doc = include_str ! ( "../README.md" ) ]
3
5
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
6
5
7
/*
6
- * BINEX is part of the rtk-rs framework.
8
+ * BINEX is part of the nav-solutions framework.
7
9
* Authors: Guillaume W. Bres <guillaume.bressaix@gmail.com> et al.
8
- * (cf. https://github.com/rtk-rs /binex/graphs/contributors)
10
+ * (cf. https://github.com/nav-solutions /binex/graphs/contributors)
9
11
* This framework is shipped under Mozilla Public V2 license.
10
12
*/
11
13
You can’t perform that action at this time.
0 commit comments