openstranded-common-crafting 0.1.0

OpenStranded crafting domain types: RecipeDef, RecipeRequirement, RecipeResult
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented0 out of 0 items with examples
  • Size
  • Source code size: 52.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 544.69 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • OpenStranded/common-crafting
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AvengerAnubis

openstranded-common-crafting

Shared data types for the OpenStranded crafting system.

Part of the OpenStranded project. Published on crates.io.

Types

Type Purpose
RecipeDef A single crafting recipe (from combi=start/end blocks)
RecipeRequirement An ingredient: item_id + count + stay flag
RecipeResult A generated item: item_id + count

Dependencies

Only serde — this is a pure data crate with no engine dependencies.

License

GPL-3.0-or-later