tiger-lib 1.18.0

Library used by the tools ck3-tiger, vic3-tiger, and imperator-tiger. This library holds the bulk of the code for them. It can be built either for ck3-tiger with the feature ck3, or for vic3-tiger with the feature vic3, or for imperator-tiger with the feature imperator, but not both at the same time.
Documentation
pub mod abilities;
pub mod acclimatation;
pub mod aces;
pub mod buildings;
pub mod characters;
pub mod countries;
pub mod country_history;
pub mod country_leader;
pub mod decisions;
pub mod dynamic;
pub mod equipment;
pub mod events;
pub mod focus;
pub mod gfx;
pub mod ideas;
pub mod ideologies;
pub mod map;
pub mod mio;
pub mod modifiers;
pub mod music;
pub mod names;
pub mod operations;
pub mod power_balance;
pub mod provinces;
pub mod resources;
pub mod scientist;
pub mod script_enums;
pub mod scripted_guis;
pub mod scripted_localisation;
pub mod sounds;
pub mod special_projects;
pub mod states;
pub mod subunits;
pub mod tactics;
pub mod technology;
pub mod terrain;
pub mod unit_history;
pub mod unit_leader;