ctnapi 0.1.0

An API for modeling games of CTN
Documentation
1
2
3
4
5
6
7
pub mod card;
pub mod dice;
pub mod hex;

pub trait Weight {
    fn weight(&self) -> usize;
}