prns-core 0.3.7

Pure Reticulum engine and wire contract for Personal Reticulum
1
2
3
4
5
6
7
8
//! Source-neutral geographic positions and optional positioning providers.

mod geographic;
pub mod gnss;

pub use geographic::{
    AltitudeMillimeters, CoordinateOutOfRange, GeographicPosition, LatitudeE7, LongitudeE7,
};