Realtime safe, waitfree, concurrency library
at main 617 B view raw
1[package] 2name = "simple-left-right" 3version = "0.2.3" 4edition = "2021" 5rust-version = "1.82" 6readme = "README.md" 7authors = ["Lucas Baumann"] 8keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"] 9categories = ["concurrency"] 10license = "MIT OR Apache-2.0" 11repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/simple-left-right/" 12description = "Lockfree, realtime safe and copy-free Synchronisation" 13exclude = ["known_mutants_regex.txt", ".tangled", "mutants.out", "mutants.out.old"] 14 15# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html