1 个不稳定版本
0.1.0 | 2024年5月20日 |
---|
#2 在 #dice-rolling
6KB
130 行
Libdice
示例用法
let text = "10d20 + 5";
let results = libdice::load(text);
println!("{:#?}", results);
依赖项
~2.1–2.9MB
~58K SLoC
0.1.0 | 2024年5月20日 |
---|
#2 在 #dice-rolling
6KB
130 行
let text = "10d20 + 5";
let results = libdice::load(text);
println!("{:#?}", results);
~2.1–2.9MB
~58K SLoC