wiwi/
vh.rs

1
2
3
4
5
6
7
8
9
//! Utilities relating to [Vault Hunters](https://vaulthunters.gg)
//!
//! This module is mostly an experiment/proof of concept at the moment, and
//! doesn't really contain anything of actual use just yet.

// todo remove this lol
#![allow(dead_code, reason = "temporarily suppress annoying unused warnings in wip code")]

pub mod jewel;