Crate entroll_core

Crate entroll_core 

Source

Re-exports§

pub use crate::ranges::Ranges;

Modules§

ranges

Structs§

AsciiFaces
AsciiFaces is a type that contains ascii charactors.
CompactWrapper
Dice
Dice struct represents an implementation of dice, using a generic Faces collection and RNG.
InvalidCharactor
Non ascii charactor error.
Rollable

Traits§

Compact
Compact form. using ranges. like a-z, A-Z, 0-9, etc.
Faces
Faces is a trait defining behavior for objects that have a set number of faces, like dice. It provides methods to calculate the entropy based on the number of faces.
ToDice