Crate ck3_history_extractor

Source

Modulesยง

args ๐Ÿ”’
A submodule for handling the arguments passed to the program
display ๐Ÿ”’
A module for handling the display of the parsed data.
game_data ๐Ÿ”’
A submodule for handling the game data
jinja_env ๐Ÿ”’
The submodule responsible for creating the [minijinja::Environment] and loading of templates.
parser ๐Ÿ”’
A submodule that handles save file parsing
steam ๐Ÿ”’
A submodule for handling Steam integration
structures ๐Ÿ”’
A submodule that provides objects which are serialized and rendered into HTML. You can think of them like frontend DB view objects into parsed save files.
types ๐Ÿ”’
A submodule that provides opaque types commonly used in the project

Enumsยง

UserError ๐Ÿ”’
An error a user has caused. Shame on him.

Constantsยง

INTERVAL ๐Ÿ”’
The interval at which the progress bars should update.

Functionsยง

main ๐Ÿ”’
Main function. This is the entry point of the program.