wrc 1.0.0

A thread-safe weighted reference counting smart-pointer for Rust.
Documentation
[[bench]]
harness = false
name = "wrc"

[[bench]]
harness = false
name = "arc"

[[bench]]
harness = false
name = "rc"
[badges.gitlab]
repository = "jimsy/wrc"

[dependencies]
[dev-dependencies.criterion]
version = "0.2"

[package]
authors = ["James Harton <james@automat.nz>"]
description = "A thread-safe weighted reference counting smart-pointer for Rust."
documentation = "https://docs.rs/crate/wrc/"
homepage = "https://gitlab.com/jimsy/wrc"
license = "MIT"
name = "wrc"
readme = "README.md"
repository = "https://gitlab.com/jimsy/wrc"
version = "1.0.0"