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
#[cfg(feature = "ck3")]
pub mod ck3;
#[cfg(feature = "eu5")]
pub mod eu5;
#[cfg(feature = "hoi4")]
pub mod hoi4;
#[cfg(feature = "imperator")]
pub mod imperator;
#[cfg(feature = "vic3")]
pub mod vic3;

pub mod datatype;
pub mod game;
pub mod item;