An open API service indexing awesome lists of open source software.

https://github.com/noctisynth/noctisroll

A grammar-based TRPG dice rolling system.
https://github.com/noctisynth/noctisroll

Last synced: 26 days ago
JSON representation

A grammar-based TRPG dice rolling system.

Awesome Lists containing this project

README

        

# Noctisroll

A Text-based TRPG dice rolling system.

## Usage

```rust
use noctisroll::roll_dice;

let result = roll_dice("1d20+3")?;
```