| Crates.io | stdb-match |
| lib.rs | stdb-match |
| version | 0.1.0 |
| created_at | 2025-07-10 04:02:57.096051+00 |
| updated_at | 2025-07-10 04:02:57.096051+00 |
| description | Core utilities and common functionality for SpacetimeDB-based game development. |
| homepage | https://github.com/rafaelGuerreiro/spacetimedb-libs |
| repository | https://github.com/rafaelGuerreiro/spacetimedb-libs |
| max_upload_size | |
| id | 1745837 |
| size | 20,905 |
Matchmaking and game session management utilities for SpacetimeDB-based multiplayer games. This library provides tables and functionality to handle player matchmaking, lobby creation, and game session lifecycle management.
Run tests with:
cd server
cargo +nightly fmt && cargo check --all && cargo test