//! [OpenPhys] is a simple physics engine library written in Rust.
//!//! [OpenPhys]: https://github.com/CyntexMore/OpenPhys
pubmodmodules{/// The `gravitational_force` function is used to calculate the gravitational force between two
/// objects.
pubmodgravitational_force;/// The `heat_transfer` function is used to simulate heat transfer between two objects.
pubmodheat_transfer;/// The `sandbox` function is used to simulate a sandbox environment.
pubmodsandbox;}pubmodutils{/// The `Object` struct represents a physical object with basic properties.
pubmodobject;/// The `Environment` struct represents a physical environment with basic properties.
pubmodenvironment;}pubuseutils::object::Object;