wrc 2.1.0

A thread-safe weighted reference counting smart-pointer for Rust.
Documentation
[badges.gitea]
repository = "james/wrc"
server_url = "https://harton.dev"

[[bench]]
harness = false
name = "arc"
path = "benches/arc.rs"

[[bench]]
harness = false
name = "rc"
path = "benches/rc.rs"

[[bench]]
harness = false
name = "wrc"
path = "benches/wrc.rs"

[dependencies]

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

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

[package]
authors = ["James Harton <james@harton.nz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thread-safe weighted reference counting smart-pointer for Rust."
documentation = "https://docs.rs/crate/wrc/"
edition = "2024"
homepage = "https://harton.dev/james/wrc"
license-file = "LICENSE.md"
name = "wrc"
readme = "README.md"
repository = "https://harton.dev/james/wrc"
version = "2.1.0"