gc_plugin 0.0.8

Garbage collector plugin for rust-gc
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
name = "gc_plugin"
plugin = true

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Michael Layzell <michael@thelayzells.com>"]
description = "Garbage collector plugin for rust-gc"
keywords = ["garbage", "plugin", "memory"]
license = "MPL-2.0"
name = "gc_plugin"
readme = "../README.md"
repository = "https://github.com/Manishearth/rust-gc"
version = "0.0.8"