openstranded-common-building 0.1.0

OpenStranded building domain types: BuildingDef, BuildingGroup, BuildSpace
Documentation
# openstranded-common-building

Shared data types for the OpenStranded building system.

Part of the [OpenStranded](https://github.com/OpenStranded) project.
Published on [crates.io](https://crates.io/crates/openstranded-common-building).

## Types

| Type | Purpose |
|------|---------|
| `BuildingDef` | A building recipe (from `buildings.inf`) |
| `BuildingGroup` | Category enum (building, storage, production) |
| `BuildSpace` | Where a building can be placed (land, water, shore, …) |
| `BuildingRequirement` | An ingredient: `item_id + count` |

## Dependencies

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

## License

GPL-3.0-or-later