mbrubeck / mediumvec

Rust collections optimized for size
Apache License 2.0
11 stars 5 forks source link

Implement Hash for Vec32 #12

Closed ryanavella closed 3 years ago

ryanavella commented 3 years ago

This implements Hash for Vec32, and also includes a simple test to compare with Vec's hashing.

mbrubeck commented 3 years ago

Thanks!