roll-rs 0.3.0

Dice rolling library supporting full dice notation
Documentation
[[bin]]
name = "roll"
path = "src/main.rs"
[dependencies.rand_core]
features = ["getrandom"]
version = "0.5"
[dev-dependencies.bnf]
version = "0.3"

[lib]
crate-type = ["rlib", "cdylib"]
path = "src/lib.rs"

[package]
authors = ["Victor Roest <victor@xirion.net>", "jonay2000 <jonabent@gmail.com>"]
description = "Dice rolling library supporting full dice notation"
edition = "2018"
keywords = ["dice"]
license = "EUPL-1.2"
name = "roll-rs"
repository = "https://github.com/finitum/roll-rs"
version = "0.3.0"