* [performance] Improve the performance of damerau_levenshtein
My tests show the new version is approximately 2.5 times faster than
the old ones. Most of the gains come from using hashbrown for the
hashmap.
* Switch back to rust 2015 to fix CI
* Increase minimum required rust version to 1.31
* Simplify the levenshtein function