underworld_core 0.6.3

Small library to either play a game or assist in generating rooms
Documentation
1
2
3
4
5
pub mod ids;
pub mod rolls;

pub use ids::parse_id;
pub use rolls::{roll_d100, roll_d6, roll_percent_succeeds};