triomphe 0.1.14

A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)
Documentation
[dependencies.arc-swap]
optional = true
version = "1.3.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[dependencies.stable_deref_trait]
default-features = false
optional = true
version = "1.1.1"

[dependencies.unsize]
optional = true
version = "1.1"

[features]
default = ["serde", "stable_deref_trait", "std"]
std = []

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

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>", "The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)"
keywords = ["arc", "ffi", "sync", "data-structure"]
license = "MIT OR Apache-2.0"
name = "triomphe"
readme = "README.md"
repository = "https://github.com/Manishearth/triomphe"
rust-version = "1.76"
version = "0.1.14"

[package.metadata.docs.rs]
all-features = true