Crates.io | noctisroll |
lib.rs | noctisroll |
version | 0.1.5 |
source | src |
created_at | 2024-10-28 12:50:40.484887 |
updated_at | 2024-11-10 13:41:15.978801 |
description | Text-based TRPG dice rolling system |
homepage | https://github.com/noctisynth/noctisroll |
repository | https://github.com/noctisynth/noctisroll |
max_upload_size | |
id | 1425590 |
size | 65,305 |
A Text-based TRPG dice rolling system.
use noctisroll::roll_dice;
let result = roll_dice("1d20+3")?;