syncell 0.1.0

Sync alternative to RefCell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.loom]
optional = true
version = "0.5"

[package]
categories = ["concurrency"]
description = "Sync alternative to RefCell"
edition = "2021"
homepage = "https://github.com/kvark/syncell"
keywords = ["cell"]
license = "MIT"
name = "syncell"
resolver = "2"
version = "0.1.0"