An open API service indexing awesome lists of open source software.

https://github.com/soulshardstudios/game_inventory

Generic inventory system built in pure rust.
https://github.com/soulshardstudios/game_inventory

inventory-management inventory-management-system rust rust-library

Last synced: 7 months ago
JSON representation

Generic inventory system built in pure rust.

Awesome Lists containing this project

README

          

# game_inventory

A framework for generalizing inventory logic and abstracting it away from
item data in your specific game.

See more examples and specific documentation about this crate on [docs.rs](https://docs.rs/game_inventory/latest/game_inventory/).