1
2
3
4
5
/// **\[Server-only\]** Physics-related functionality, including applying forces, changing physical properties, and more.
pub mod physics;

/// **\[Server-only\]** HTTP-related functionality, including sending requests and receiving responses.
pub mod http;