We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21099d4 commit a5f9642Copy full SHA for a5f9642
swiftnav/Cargo.toml
@@ -13,3 +13,6 @@ rust-version = "1.62.1"
13
rustversion = "1.0"
14
chrono = { version = "0.4", optional = true }
15
swiftnav-sys = { version = "^0.8.1", path = "../swiftnav-sys/" }
16
+
17
+[dev-dependencies]
18
+float_eq = "1.0.1"
swiftnav/src/lib.rs
@@ -64,6 +64,7 @@ pub mod ephemeris;
64
pub mod geoid;
65
pub mod ionosphere;
66
pub mod navmeas;
67
+pub mod reference_frame;
68
pub mod signal;
69
pub mod solver;
70
pub mod time;
0 commit comments