use-astronomical-coordinate
Primitive astronomical coordinate vocabulary.
use-astronomical-coordinate stores right ascension in degrees within 0.0..=360.0, stores declination within -90.0..=90.0, and models coordinate frames and systems used by astronomy software. It does not transform coordinate systems, apply precession or nutation, compute apparent positions, or render sky maps.
use ;
let coordinate = new;
assert_eq!;
assert_eq!;