Skip to main content

Crate wows_core

Crate wows_core 

Source
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, angle, mass and time newtypes and their unit conversions.
version
Game version: a major.minor.patch triple plus an optional build number.

Type Aliases§

Rc