1
2
3
4
5
6
7
8
//! # rpgdk
//!
//! `rpgdk` is a Roll-Playing Game Development Kit suited for (but not limited to) text adventure games.
//!

pub mod dice;
pub mod player;
pub mod reader;