dnd_dice_roller 0.5.1

A simple dice rolling library for dnd dice strings
Documentation
#![warn(clippy::all, clippy::pedantic)]
#![allow(clippy::module_name_repetitions)]
#![warn(missing_doc_code_examples)]

pub mod dice;
pub mod dice_result;
pub mod dice_set;
pub mod error;
pub mod roll;