wrc 0.4.1

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

[badges]
gitlab = { repository = "jimsy/wrc" }

[dependencies]

[dev-dependencies]
criterion = "0.2"

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