//! This crate is a port of the libpredict c library [https://github.com/la1k/libpredict](https://github.com/la1k/libpredict) to Rust
//!
//! It provides methods to calculate passes of a satellite over an observer
//!
//! # Examples
//!
//! Examples can be found in the repository [https://github.com/eodms-sgdot/predict-rs/tree/master/examples](https://github.com/eodms-sgdot/predict-rs/tree/master/examples).
//!
/// Constants used by this crate
/// Julian Date conversions
/// Misc math functions