rust_physics_engine 0.1.0

A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains
Documentation
1
2
3
4
5
6
7
8
9
pub mod nbody;
pub mod octree;
pub mod orbital_elements;
pub mod tidal;
pub mod collisions;
pub mod magnetosphere;
pub mod lagrange;
pub mod habitable_zone;
pub mod gravitational_waves;