Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 307 Bytes

Scoped Garbage collection

This crate lets you create a scope where you can use garbage collection. It grants you higher control over the lifetime of the data: it is dropped at the end of the scope.

The implementation and design are heavily inspired by rust-gc.