iron_dice/
lib.rs

1mod dice_roller;
2
3pub use dice_roller::*;