d20 0.1.0

A library for rolling dice based on simple expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
rand = "0.3"
regex = "0.2"

[package]
authors = ["Dan Nemeth <dan.nemeth@gmail.com>", "Kevin Hoffman <alothien@gmail.com>"]
description = "A library for rolling dice based on simple expressions"
documentation = "https://docs.rs/d20"
homepage = "https://github.com/pholactery/d20"
keywords = ["dice", "roll", "game", "random", "dnd"]
license = "MPL-2.0"
name = "d20"
readme = "README.md"
repository = "https://github.com/pholactery/d20"
version = "0.1.0"