Cargo Features

Recordkeeper has no features set by default.

[dependencies]
recordkeeper = { version = "0.2.0-alpha", features = ["strum", "map-bitmaps"] }
strum

Enables utility traits on exported enums, thanks to the strum crate.

Enables strum ^0.25.0

map-bitmaps

Enables serialization of map bitmaps (used for the fog-of-war mechanic).
This adds an extra ~1MB to the save structure size in memory.

Affects field::map, save::SaveData.map_visibility