gc 0.0.9

Tracing garbage collector plugin for Rust. Not ready for use yet, please see README
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gc"
version = "0.0.9"
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "Michael Layzell <michael@thelayzells.com>"]
description = "Tracing garbage collector plugin for Rust. Not ready for use yet, please see README"
repository = "https://github.com/Manishearth/rust-gc"
readme = "../README.md"
license = "MPL-2.0"
keywords = ["garbage", "plugin", "memory"]

[dev-dependencies.gc_plugin]
path = "../gc_plugin"
version = "0.0.9"