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 Default, add is_empty #14

Closed ghost closed 2 years ago

ghost commented 2 years ago

Appeases clippy.

mccolljr commented 2 years ago

In version 0.1.5 - just published to crates.io.