dnd 0.0.0-reserved

D&D 5e types and common mechanics
# dnd

D&D 5e types and common mechanics.

<!--
[![Test](https://github.com/crates-lurey-io/dnd/actions/workflows/test.yml/badge.svg)](https://github.com/crates-lurey-io/dnd/actions/workflows/test.yml)
[![Crates.io Version](https://img.shields.io/crates/v/dnd)](https://crates.io/crates/dnd)
[![codecov](https://codecov.io/gh/crates-lurey-io/dnd/graph/badge.svg?token=Z3VUWA3WYY)](https://codecov.io/gh/crates-lurey-io/dnd)
-->

## Contributing

This project uses [`just`][] to run commands the same way as the CI:

- `cargo just check` to check formatting and lints.
- `cargo just coverage` to generate and preview code coverage.
- `cargo just doc` to generate and preview docs.
- `cargo just test` to run tests.

[`just`]: https://crates.io/crates/just

For a full list of commands, see the [`Justfile`](./Justfile).