~starkingdoms/starkingdoms

ref: fd9dd16bdcf174b83d0d9dfad0b9bc26f4d1020a starkingdoms/server/src/orbit/mod.rs -rw-r--r-- 121 bytes
fd9dd16b — c0repwn3r maybe fix builds 2 years ago
                                                                                
1
2
3
4
5
6
pub mod constants;
#[allow(clippy::module_inception)]
pub mod orbit;
pub mod newtonian;
pub mod kepler;
pub mod vis_viva;