Implement ThinArc.

MozReview-Commit-ID: LB3bs9ed2WC
This commit is contained in:
Bobby Holley 2017-06-04 19:14:14 -07:00
parent e8a56e969f
commit ce8d2a9208
3 changed files with 166 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2694,6 +2694,7 @@ name = "servo_arc"
version = "0.0.1"
dependencies = [
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
]