Library for computing the azimuth and elevation of objects in space. Includes the Sun, Moon, Mars, Jupiter, Saturn. Also, human-made satellites can be located via TLE files.
pubfnadd(left:usize, right:usize)->usize{
left + right
}#[cfg(test)]modtests{usesuper::*;#[test]fnit_works(){let result =add(2,2);assert_eq!(result,4);}}