1 unstable release
| 0.1.0 | May 20, 2024 |
|---|
#25 in #roll-dice
6KB
130 lines
Libdice
Example usage
let text = "10d20 + 5";
let results = libdice::load(text);
println!("{:#?}", results);
Dependencies
~2–2.6MB
~53K SLoC
A package for parsing simple dice-rolling expressions
| 0.1.0 | May 20, 2024 |
|---|
#25 in #roll-dice
6KB
130 lines
let text = "10d20 + 5";
let results = libdice::load(text);
println!("{:#?}", results);
~2–2.6MB
~53K SLoC