Skip to main content

Module state

Module state 

Source

Modules§

backup
Ring-buffer backups of .vultan.ron. Before each write we shift any existing .bak.N files up by one and rename the current file to .bak.0. Bounded space: at most N_BACKUPS historical copies are kept; the oldest is discarded automatically.
card
deck
file
hand
stats
tools

Structs§

State

Enums§

StateError

Constants§

CURRENT_SCHEMA_VERSION
Current persistence-format version. Bumped when the on-disk schema for .vultan.ron changes in a way that needs migration. Existing files without this field load as version 1 via #[serde(default = ...)].
STATE_FILENAME