[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 alloc::sync::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.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]