thin-cell 0.1.2

A compact, single-threaded smart pointer combining reference counting and interior mutability
Documentation
[lib]
name = "thin_cell"
path = "src/lib.rs"

[package]
authors = ["George Miao <gm@miao.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management"]
description = "A compact, single-threaded smart pointer combining reference counting and interior mutability"
documentation = "https://docs.rs/thin-cell"
edition = "2024"
homepage = "https://github.com/compio-rs/thin-cell"
keywords = ["rc", "refcell", "smart-pointer", "interior-mutability", "thin"]
license = "MIT"
name = "thin-cell"
readme = "README.md"
repository = "https://github.com/compio-rs/thin-cell"
version = "0.1.2"

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

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