maprc 0.2.0

Rc and alloc::sync::Arc alternatives that allow the smart pointer to refer to just a portion of a reference-counted allocation.
Documentation
[package]
description = "Rc and alloc::sync::Arc alternatives that allow the smart pointer to refer to just a portion of a reference-counted allocation."
license-file = "LICENSE"
repository = "https://github.com/apparentlymart/rust-maprc"
version = "0.2.0"
edition = "2021"
name = "maprc"

[dependencies]

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

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