[dependencies.orengine-utils]
version = "^1.4"
[lib]
name = "light_qsbr"
path = "src/lib.rs"
[package]
authors = ["Eugene Usachev <https://github.com/Eugene-Usachev> and orengine contributors <team@orengine>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "memory-management", "asynchronous"]
description = "A lightweight Quiescent-State-Based Reclamation (QSBR) library for safe memory reclamation in lock-free and async runtimes."
documentation = "https://docs.rs/light-qsbr"
edition = "2021"
homepage = "https://github.com/orengine/light-qsbr"
keywords = ["qsbr", "lock-free", "memory-reclamation", "high-performance", "async"]
license = "MIT"
name = "light-qsbr"
readme = "README.md"
repository = "https://github.com/orengine/light-qsbr"
rust-version = "1.83.0"
version = "1.0.2"