minus-squareInfernaltoast@programming.devtoRust@programming.dev•What are some mind blowing Rust tricks?linkfedilinkarrow-up5·edit-220 days agoYou can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another. linkfedilink
You can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another.