foch 0.1.0

Paradox mod static analysis toolkit with CLI and EU4-focused language tooling
Documentation
1
2
3
4
pub mod check;
pub mod config;

pub type HandlerResult = Result<i32, Box<dyn std::error::Error>>;