wiwi/
vh.rs

1//! Utilities relating to [Vault Hunters](https://vaulthunters.gg)
2//!
3//! This module is mostly an experiment/proof of concept at the moment, and
4//! doesn't really contain anything of actual use just yet.
5
6// TODO: remove this lol
7#![allow(dead_code, reason = "temporarily suppress annoying unused warnings in wip code")]
8
9pub mod jewel;