rust_solar 0.1.95

Date-time solutions for hypothetical cosmic calendars
Documentation
1
2
3
4
5
6
/// This module contains kepler22b calculations
pub mod kepler22b;
/// This module contains kepler186f calculations
pub mod kepler186f;
/// This module contains kepler442b calculations
pub mod kepler442b;