Manishearth / rust-gc

Simple tracing (mark and sweep) garbage collector for Rust
Mozilla Public License 2.0
962 stars 50 forks source link

Implement Finalize, Trace for arrays of all sizes with const generics #139

Closed andersk closed 3 years ago

andersk commented 3 years ago

This requires Rust 1.51. Fixes #75.

Manishearth commented 3 years ago

Merging this, we don't have an MSRV so we can cut a normal release, I think, though now that this final wart has been removed I expect to start following an MSRV soon.