File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gnss-qc-traits"
3
- version = " 0.0.1 "
3
+ version = " 0.0.2 "
4
4
license = " MPL-2.0"
5
5
authors = [
" Guillaume W. Bres <[email protected] >" ]
6
6
description = " GNSS Quality Control traits"
Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ our [Quality Control library](https://github.com/rtk-rs/gnss-qc).
17
17
- merge: describes how we stack data into an already existing context
18
18
- processing: available on crate feature only,
19
19
describes a filter designer and processing ops
20
+
21
+ ## Licensing
22
+
23
+ This libraries is part of the [ RTK-rs framework] ( https://github.com/rtk-rs ) which
24
+ 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/georust/meta /master/logo/logo.png " ) ]
1
+ #![ doc( html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github /master/logos/logo2.jpg " ) ]
2
2
#![ doc = include_str ! ( "../README.md" ) ]
3
3
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
4
You can’t perform that action at this time.
0 commit comments