1 2 3 4 5 6 7
#![allow(clippy::expect_used, clippy::unwrap_used)] mod dice; mod expr; #[cfg(feature = "parse")] mod parse;