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 the GNU Affero General Public License v3.0 (AGPL-3.0-only).
See the LICENSE file for details.