cardinal-kernel 0.1.1

Headless, deterministic rules engine for turn-based, TCG-like games.
Documentation
1
2
3
4
5
#[derive(Debug)]
pub struct CardinalError(pub String);

pub type EngineError = CardinalError;
pub type LegalityError = CardinalError;