mercurys 0.0.3

Mercury celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub fn has_oceans() -> bool {
    false
}

pub fn has_surface_liquid() -> bool {
    false
}

pub fn triple_point_achievable() -> bool {
    false
}