noctisroll 0.1.5

Text-based TRPG dice rolling system
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Noctisroll

A Text-based TRPG dice rolling system.

## Usage

```rust
use noctisroll::roll_dice;

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