simple-left-right 0.2.1

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"
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/@increasing.bsky.social/simple-left-right/"
rust-version = "1.82"
version = "0.2.1"

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