critfail 0.3.0

A library for parsing and rolling D&D 5e roll expressions
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented12 out of 15 items with examples
  • Size
  • Source code size: 61.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 27s Average build duration of successful builds.
  • all releases: 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • zackyancey/CritFail
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zackyancey

Critfail

A rust library for parsing and rolling D&D 5e roll expressions.

Usage

Add this to your Cargo.toml:

[dependencies]
critfail = "0.3"

See the docs for usage and examples.