maprc 0.3.1

Rc and Arc alternatives that allow the smart pointer to refer to just a portion of a reference-counted allocation.
Documentation
[dependencies]

[features]
arc = []
default = ["arc", "rc"]
experimental_allocator_api = []
rc = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rc and Arc alternatives that allow the smart pointer to refer to just a portion of a reference-counted allocation."
edition = "2021"
license-file = "LICENSE"
name = "maprc"
readme = false
repository = "https://github.com/apparentlymart/rust-maprc"
version = "0.3.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]