bones_matchmaker 0.4.0

Simple matchmaking server for games.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    bones_matchmaker::cli::start().await;
}