common_game/protocols.rs
1//! # Protocol for actors to communicate.
2//! Includes a definition for all messages and documentation on how to use them.
3//! Graphs visualizing the expected flow of messages can be viewed on [GitHub](https://github.com/unitn-ap-2025/common/blob/main/MESSAGE_DIAGRAMS.md)
4
5pub mod orchestrator_explorer;
6pub mod orchestrator_planet;
7pub mod planet_explorer;