~starkingdoms/starkingdoms

ref: 98521e4d4f12039a0d6ac3f363b58165c7a1e3ed starkingdoms/server/src/orbit/mod.rs -rw-r--r-- 121 bytes
98521e4d — c0repwn3r dont build in a docker container 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;