Crates.io | scoped-gc |
lib.rs | scoped-gc |
version | 0.1.5 |
source | src |
created_at | 2018-03-10 17:40:32.214511 |
updated_at | 2019-08-07 10:29:56.803498 |
description | Derive plugin for the `scoped-gc` crate |
homepage | |
repository | https://github.com/open-flash/rust-scoped-gc |
max_upload_size | |
id | 54882 |
size | 22,870 |
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.