strategem-hero 0.7.2

Simple CLI Game following Strategem Hero mini-game from Helldivers 2
1
2
pub type Error = Box<dyn std::error::Error>;
pub type Result<T> = core::result::Result<T, Error>;