mccolljr / segvec

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
33 stars 4 forks source link

Implement std::hash::Hash for SegVec #8

Closed mccolljr closed 3 years ago

mccolljr commented 3 years ago

Fixes #5