dice-command-parser 0.7.2

A library for parsing basic dice roll commands like 2d20 + 2a
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.nom]
version = "6.1.2"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Arran France <arran@arranfrance.com>"]
description = "A library for parsing basic dice roll commands like 2d20 + 2a"
edition = "2018"
keywords = ["dnd", "dice", "parser", "ttrpg"]
license = "MIT"
name = "dice-command-parser"
readme = "README.md"
repository = "https://github.com/arranf/dice-command-parser"
version = "0.7.2"