cell-gc 0.1.2

A fun garbage collector for that virtual machine you're writing in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cell-gc"
description = "A fun garbage collector for that virtual machine you're writing in Rust"
repository = "https://github.com/jorendorff/cell-gc/"
license = "MIT"
version = "0.1.2"
authors = ["Jason Orendorff <jason.orendorff@gmail.com>"]

[dependencies]
bit-vec = "0.4"

[dev-dependencies]
compiletest_rs = "0.0"