send_cells 0.1.1

Safe and unsafe cells implementing Send/Sync
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "send_cells"
version = "0.1.1"
edition = "2021"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
description = "Safe and unsafe cells implementing Send/Sync"
repository = "https://github.com/drewcrawford/send_cells"
homepage = "https://sealedabstract.com/code/send_cells"
license = "MIT OR Apache-2.0"
keywords = ["send", "cell", "non-send", "send-wrapper"]
categories = ["concurrency", "rust-patterns","wasm"]
rust-version = "1.78.0"

[dependencies]

[target.'cfg(target_arch="wasm32")'.dependencies]
wasm_thread = "0.3.3"