pin-arc 0.2.1

Reference counting pointers without allocation using pinning
Documentation
[dependencies.radium]
version = "1.1.0"

[features]
unsafe_disable_abort = []

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

[package]
authors = ["m-mueller678"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std::no-alloc", "memory-management"]
description = "Reference counting pointers without allocation using pinning"
edition = "2021"
keywords = ["reference-counting", "arc", "pin"]
license = "MIT OR Apache-2.0"
name = "pin-arc"
readme = false
repository = "https://github.com/m-mueller678/pin-rc"
version = "0.2.1"

[[test]]
name = "test"
path = "tests/test.rs"