Program panics after running for an extended period due to an internal unwrap() failure in ahash.
After the program has been running for some time, it panics with the following error:
thread 'main' (15528) panicked at
C:\Users\ashley\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\ahash-0.8.12\src\convert.rs:137:9:
called `Result::unwrap()` on an `Err` value: TryFromSliceError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The panic occurs inside ahash and is not triggered immediately at startup. I have not yet found a reliable way to reproduce it.