panchangam 0.2.0

High-precision Vedic Panchangam calculations using Swiss Ephemeris
Documentation
1
2
3
4
5
6
7
//! Astronomy module for planetary position calculations
//! Using VSOP87 theory for planetary positions

pub mod planets;
pub mod ayanamsha;
pub mod solver;
pub mod houses;