diehard 1.0.0

A dice roll simulator for tabletop RPGs (and other dice games)
Documentation

Diehard

The hardest way to simulate dice rolls.

Building

You can build the project using Cargo:

cargo build

Running

You can run the binary with:

cargo run -- <args>

Testing

It is easy to run tests:

cargo test

Documentation

Documentation can be created using Cargo:

cargo doc --open

Though I like to build it without dependencies' documentation, since that's faster and cleaner:

cargo doc --no-deps --open