gc_plugin 0.1.1

Garbage collector plugin for rust-gc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gc_plugin"
version = "0.1.1"
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Michael Layzell <michael@thelayzells.com>"]

description = "Garbage collector plugin for rust-gc"
repository = "https://github.com/Manishearth/rust-gc"
readme = "../README.md"
license = "MPL-2.0"
keywords = ["garbage", "plugin", "memory"]


[lib]
name = "gc_plugin"
plugin = true