A rust-based client to interact with
the [Digital Blasphemy API](https://docs.digitalblasphemy.com/docs/category/api/core).
The workflows will run the tests via [cargo-tarpaulin](https://crates.io/crates/cargo-tarpaulin) with a coverage
threshold. To run the tests locally to see the coverage run:
```shell
cargo tarpaulin
```