concurrent, realtime write data structure.
1[package]
2name = "rt-write-lock"
3version = "0.1.0"
4edition = "2024"
5categories = ["concurrency"]
6license = "MIT OR Apache-2.0"
7keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"]
8authors = ["increasing <i@inkreas.ing>"]
9readme = "README.md"
10repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/rt-write-lock/"
11description = "concurrent, realtime write data structure"