atomicell 0.2.0

Multi-threaded RefCell on atomics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
categories = ["rust-patterns", "concurrency", "data-structures"]
description = "Multi-threaded RefCell on atomics"
documentation = "https://docs.rs/atomicell/latest/atomicell/"
edition = "2021"
homepage = "https://github.com/zakarumych/atomicell"
keywords = ["atomic", "cell", "refcell"]
license = "MIT OR Apache-2.0"
name = "atomicell"
readme = "README.md"
repository = "https://github.com/zakarumych/atomicell"
version = "0.2.0"