dicetest 0.4.0

Framework for writing tests with randomly generated test data
Documentation
1
2
3
4
5
6
//! Contains the most useful imports for writing tests and value generators.

pub use crate::{
    Codie, Dice, Dicetest, Die, DieOnce, Fate, codice, dice, die, hint, hint_debug, hints, stat,
    stat_debug, stats,
};