orc 0.0.1

Don't use this yet!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "orc"
version = "0.0.1"
authors = ["tellen <matthias.tellen@gmail.com>"]
description = "Don't use this yet!"
repository = "https://github.com/madmalik/orc.rs"
readme = "README.md"
keywords = ["garbage collector", "gc", "reference counting"]
license = "MIT"

[lib]
name = "orc"
path = "src/lib.rs"

[dependencies]
crossbeam = "0.2.5"