Skip to main content

Crate rbp_server

Crate rbp_server 

Source
Expand description

Unified Backend Server

Combines analysis API routes and live game hosting routes into a single actix-web server.

§Submodules

  • analysis — Training result analysis and query interface
  • hosting — WebSocket game hosting infrastructure

Re-exports§

pub use analysis::API;
pub use analysis::CLI;
pub use analysis::Query;
pub use hosting::Casino;
pub use hosting::RoomHandle;

Modules§

analysis
Training result analysis and query interface.
hosting
WebSocket game hosting infrastructure.

Functions§

run