[dependencies.spin]
optional = true
version = "0.9.8"
[features]
default = []
force_atomic = []
force_lock = ["spin/rwlock"]
nostd = []
[package]
authors = ["Eric Buehler"]
categories = ["memory-management", "data-structures", "concurrency"]
description = "A faster Arc."
edition = "2021"
homepage = "https://github.com/EricLBuehler/trc"
keywords = ["reference-counted", "thread-safe", "smart-pointer", "memory"]
license = "MIT"
name = "trc"
readme = "README.md"
repository = "https://github.com/EricLBuehler/trc"
version = "1.1.12"