mccolljr / segvec

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

Enable miri in CI #37

Closed mccolljr closed 1 year ago

mccolljr commented 1 year ago

Enable very basic miri support to CI. Only runs tests with the default features under miri, but its a start.