//! This crate contains the basics of the protocol
//! - Game handler interface
//! - Randomness implementation
//! - Encryption/decryption implementation
pub mod decision;
pub mod effect;
pub mod engine;
pub mod error;
pub mod event;
pub mod prelude;
pub mod random;
pub mod types;