When I ran Tidy with 4 -A flags on this very long word list, it calculated the mean edit distance as a negative number.
I'm wondering if this is an overflow issue? Which I didn't think you could have in Rust? Maybe there's a smarter way to calculate the mean edit distance that avoids needing a very large integer value.