~starkingdoms/starkingdoms

ref: 72e0955479292cdd1c8077a1ef739da57b7d28df starkingdoms/server/src/orbit/mod.rs -rw-r--r-- 122 bytes
72e09554 — c0repwn3r fix the weirdo detaching thing that is a mystery & add deadlock detection 2 years ago
                                                                                
1
2
3
4
5
6
pub mod constants;
pub mod kepler;
pub mod newtonian;
#[allow(clippy::module_inception)]
pub mod orbit;
pub mod vis_viva;