kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
438 stars 36 forks source link

Add a longer form version of the macro to avoid lifetime name collision #52

Closed kyren closed 1 year ago

kyren commented 1 year ago

This is a tiny change to make a common pattern that I have run into about 20 times today a lot easier.

May the github gods forgive me, I am merging without code review.