| Crates.io | stdb-inventory |
| lib.rs | stdb-inventory |
| version | 0.1.0 |
| created_at | 2025-07-10 04:03:14.852963+00 |
| updated_at | 2025-07-10 04:03:14.852963+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 | 1745838 |
| size | 20,793 |
Inventory and item management system for SpacetimeDB-based games. This library provides tables and functionality to handle player inventories, item definitions, trading, and equipment management.
Run tests with:
cd server
cargo +nightly fmt && cargo check --all && cargo test