thin-cell 0.2.0

A compact, single-threaded smart pointer combining reference counting and interior mutability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "thin-cell"
version = "0.2.0"
edition = "2024"
authors = ["George Miao <gm@miao.dev>"]
description = "A compact, single-threaded smart pointer combining reference counting and interior mutability"
license = "MIT"
repository = "https://github.com/compio-rs/thin-cell"
documentation = "https://docs.rs/thin-cell"
homepage = "https://github.com/compio-rs/thin-cell"
keywords = ["rc", "refcell", "smart-pointer", "interior-mutability", "thin"]
categories = ["data-structures", "memory-management"]
readme = "README.md"

[dependencies]
synchrony = "0.1.5"