simple-left-right 0.2.3

Lockfree, realtime safe and copy-free Synchronisation
Documentation
[lib]
name = "simple_left_right"
path = "src/lib.rs"

[package]
authors = ["Lucas Baumann"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Lockfree, realtime safe and copy-free Synchronisation"
edition = "2021"
exclude = ["known_mutants_regex.txt", ".tangled"]
keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"]
license = "MIT OR Apache-2.0"
name = "simple-left-right"
readme = "README.md"
repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/simple-left-right/"
rust-version = "1.82"
version = "0.2.3"

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