servo_arc 0.3.0

A fork of std::sync::Arc with some extra functionality and without weak references
Documentation
[dependencies.serde]
optional = true
version = "1.0"

[dependencies.stable_deref_trait]
version = "1.0.0"

[features]
gecko_refcount_logging = []
servo = ["serde"]

[lib]
name = "servo_arc"
path = "lib.rs"

[package]
authors = ["The Servo Project Developers"]
description = "A fork of std::sync::Arc with some extra functionality and without weak references"
license = "MIT/Apache-2.0"
name = "servo_arc"
repository = "https://github.com/servo/servo"
version = "0.3.0"