tiger-tables 1.18.0

Library used by Tiger Validator. It holds tables that may be useful for other projects, so that they can be imported without pulling in all of Tiger.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash, Display, EnumString)]
#[strum(use_phf)]
pub enum Hoi4Datatype {
    Ace,
    Building,
    Character,
    Country,
    IndustrialOrg,
    LocalizationEnvironment,
    Operation,
    Province,
    PurchaseContract,
    SpecialProject,
    State,
    Terrain,
    UnitLeader,
}