Expand description
Lightweight domain core for the WoWS toolkit.
Holds shared types and small derived data with minimal dependencies, so lean
consumers (e.g. a wasm viewer) can depend on just the types without pulling
in the heavy unpacking/parsing stack that lives in wowsunpack.
Re-exports§
pub use version::Version;
Modules§
- game_
constants - game_
types - Game concept types that describe World of Warships mechanics.
- recognized
- units
- Distance newtypes and their unit conversions.
- version
- Game version: a
major.minor.patchtriple plus a monotonicbuildnumber.