/*!
The Rollenspielsache is a set of tools for managing tabletop RPG games.
The goal is to handle the mechanics seamlessly, allowing you to participate in
or run a tabletop encounter without getting distracted by rule clarifications.
This library is the core API defining all the entities involved and their relationships.
# Types
* Roll
* RollResult
*/
pub use *;