rt-write-lock 0.1.0

concurrent, realtime write data structure
Documentation
[lib]
name = "rt_write_lock"
path = "src/lib.rs"

[package]
authors = ["increasing <i@inkreas.ing>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "concurrent, realtime write data structure"
edition = "2024"
keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"]
license = "MIT OR Apache-2.0"
name = "rt-write-lock"
readme = "README.md"
repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/rt-write-lock/"
version = "0.1.0"

[[test]]
name = "tests"
path = "tests/tests.rs"