You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.