rc-borrow 1.2.1

Borrowed forms of Rc and Arc.
Documentation
[[test]]
name = "smoke"
path = "tests/smoke.rs"
required-features = ["erasable", "std"]
[badges.maintenance]
status = "passively-maintained"
[build-dependencies.autocfg]
version = "1.0.0"
[dependencies.erasable]
optional = true
version = "1.1.0"

[features]
default = ["erasable", "std"]
std = []

[package]
authors = ["Christopher Durham (cad97) <cad97@cad97.com>"]
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Borrowed forms of Rc and Arc."
edition = "2018"
keywords = ["rc", "arc", "borrow", "reference"]
license = "MIT OR Apache-2.0"
name = "rc-borrow"
readme = "README.md"
repository = "https://github.com/CAD97/pointer-utils/tree/master/crates/rc-borrow"
version = "1.2.1"
[package.metadata.workspaces]
independent = true