5 releases
Uses old Rust 2015
0.1.5 | Aug 7, 2019 |
---|---|
0.1.4 | Jul 30, 2019 |
0.1.3 | Mar 6, 2019 |
0.1.1 | Mar 10, 2018 |
0.1.0 | Mar 10, 2018 |
#37 in #scoped
3KB
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.
Dependencies
~2MB
~49K SLoC