sync_cow 0.1.0

Thread-safe clone-on-write container for fast concurrent writing and reading.
Documentation
[[example]]
name = "write_and_read_thread"

[[example]]
name = "simple"

[dependencies]

[package]
categories = ["concurrency", "data-structures"]
description = "Thread-safe clone-on-write container for fast concurrent writing and reading."
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/w0xel/sync_cow"
keywords = ["cow", "data-structures", "concurrency", "thread-safety", "runtime-efficiency"]
license-file = "LICENSE"
name = "sync_cow"
readme = "README.md"
repository = "https://github.com/w0xel/sync_cow"
version = "0.1.0"
[profile.release]
lto = "fat"