scoped-gc-derive

Crates.ioscoped-gc-derive
lib.rsscoped-gc-derive
version0.1.5
sourcesrc
created_at2018-03-10 17:41:21.241143
updated_at2019-08-07 10:30:17.685833
descriptionScoped garbage collection for Rust
homepage
repositoryhttps://github.com/open-flash/rust-scoped-gc
max_upload_size
id54883
size3,230
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