scoped-gc

Crates.ioscoped-gc
lib.rsscoped-gc
version0.1.5
sourcesrc
created_at2018-03-10 17:40:32.214511
updated_at2019-08-07 10:29:56.803498
descriptionDerive plugin for the `scoped-gc` crate
homepage
repositoryhttps://github.com/open-flash/rust-scoped-gc
max_upload_size
id54882
size22,870
Charles Samborski (demurgos)

documentation

README

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.

Commit count: 27

cargo fmt