#SolarSystems
SolarSystems is the final orchestration crate of the celestial workspace.
It composes stars, planets, and satellites into a complete multi-body system.
##Features-N-body gravitational orchestration
- Cross-crate celestial composition
- Deterministic simulation entry points
##Quick Start
```bash
cargo build
cargo run
cargo test --all-targets
```