Crates.io | scoped-gc-derive |
lib.rs | scoped-gc-derive |
version | 0.1.5 |
source | src |
created_at | 2018-03-10 17:41:21.241143 |
updated_at | 2019-08-07 10:30:17.685833 |
description | Scoped garbage collection for Rust |
homepage | |
repository | https://github.com/open-flash/rust-scoped-gc |
max_upload_size | |
id | 54883 |
size | 3,230 |
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.