Shuftlib
Shuftlib is a Rust library for implementing card games. It provides reusable components for deck management, shuffling, and game mechanics.
Usage
use Game;
let mut game = new;
while !matches!
if let Finished = game.status
Documentation
Documentation is at docs.rs/shuftlib.
License
Licensed under either the MIT License or the Apache License 2.0.