4 releases

0.1.3 Sep 23, 2024
0.1.2 Sep 23, 2024
0.1.1 Sep 23, 2024
0.1.0 Sep 23, 2024

#632 in Simulation

MIT/Apache

4KB
62 lines

Dice roller

use tudelft_example_dice::roll;

let res = roll("2d6")

enum DiceRollError {
    Parse
}

fn roll(s: impl AsRef<str>) -> Result<> {}

Dependencies

~0.4–0.9MB
~18K SLoC