inventory-rs

Crates.ioinventory-rs
lib.rsinventory-rs
version0.1.1
sourcesrc
created_at2022-07-17 21:15:23.718066
updated_at2022-07-17 21:36:00.271856
descriptionAn inventory system independant of item data.
homepage
repositoryhttps://github.com/SoulShardStudios/inventory-rs
max_upload_size
id627370
size49,116
Benjamin Hines (Lubba-64)

documentation

README

inventory-rs

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

Design specifications

  • Everything should be interchangeable and as generic as possible.
  • The architecture should support item instance data and item metadata.
  • Should be very reliable (made in rust + unit tests).
  • Fast to set up in new games.

See more about this crate on docs.rs.

Commit count: 64

cargo fmt