kuh-handel-lib 1.0.0

A package for implementing a bot for the Kuh-Handel game
Documentation
1
2
3
4
5
#[derive(Debug)]
pub enum PlayerError {
    MoneyNotAvailable,
    AnimalsNotAvailable,
}