swisseph 0.1.0

More ergonomic wrapper for the Swiss Ephemeris
Documentation
pub mod types;
pub use types::*;

pub mod util;
pub use util::*;

pub mod swe;
pub mod swe2;

pub mod body;
pub use body::*;

pub mod body_emoji;
pub use body_emoji::*;

pub mod position;
pub use position::*;

pub mod zodiacal;
pub use zodiacal::*;

pub mod julian_day;
pub use julian_day::*;

pub mod house_system_kind;
pub use house_system_kind::*;

pub mod cusp;
pub use cusp::*;

pub mod asc_mc;
pub use asc_mc::*;

pub mod split_degree;
pub use split_degree::*;

pub mod calandar_kind;
pub use calandar_kind::*;

pub mod se_flag;
pub use se_flag::*;

pub mod builder;
pub use builder::*;

#[macro_use]
extern crate derive_builder;


//#[cfg(test)]
//mod tests {
//    //use super::*;
//
//    #[test]
//    fn it_works() {
//        assert_eq!(true, true);
//    }
//}
//