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

add FromIterator/IntoIterator impls for Slice->SegVec conversion #30

Closed cehteh closed 1 year ago

cehteh commented 1 year ago

there we go.

mccolljr commented 1 year ago

After merging #32, I think this PR is no longer required as these changes were included - I am going to close for now, but if you feel this is a mistake let me know.