Expand description
All functionality for directly creating dice, rolling them, and working with their resulting rolls.
This is the home of the dice “primitives”. For using as part of a larger expression, see Expr::dice
.
Re-exports§
Modules§
- Dice modifiers and their related types.
- Abstractions for rolling
DieRoll
s using various means.
Structs§
- Builds
Dice
with a fluent interface. - A set of one or more rollable dice with a specific number of sides, along with a collection of modifiers to apply to any resulting rolls from them.
- Representation of the result from rolling
Dice
Enums§
- An error resulting from a dice operation