Geodesy
Geodetic (lat/lon) coordinates with excellent usability and strong unit type guarantees.
Usage
Add geodesy (and absolute_unit) to your Cargo.toml. You'll need absolute_unit to construct unit-typed values to use with geodesy:
= "0.2" # or latest version
= "0.11"
Examples
use *;
use Geodetic;
let coord = new;
assert!;
assert!;