akashi 0.5.2

A framework for building collectible card games and gacha games.
Documentation
1
2
3
use failure::Error;

pub type Result<T> = std::result::Result<T, Error>;