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.
- Host: GitHub
- URL: https://github.com/soulshardstudios/game_inventory
- Owner: SoulShardStudios
- License: mit
- Created: 2022-07-14T00:35:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:35:31.000Z (12 months ago)
- Last Synced: 2024-10-29T19:54:21.501Z (12 months ago)
- Topics: inventory-management, inventory-management-system, rust, rust-library
- Language: Rust
- Homepage:
- Size: 108 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).