tyche 0.3.1

Dice rolling and dice expression (with a syntax similar to FoundryVTT) parsing library
Documentation
1
2
3
4
5
6
7
#![allow(clippy::expect_used, clippy::unwrap_used)]

mod dice;
mod expr;

#[cfg(feature = "parse")]
mod parse;