ebri 0.0.5

[NOTE: un-tested. use at your own risk.] ebri (ebr-integrated), that is, a `no-std` EBR (Epoch-Based Reclamation) implementation. thanks to the idea from `scc::ebr`.
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.80"

[dependencies.log]
default-features = false
version = "0.4.20"

[dependencies.mcslock]
default-features = false
features = ["lock_api"]
version = "0.1.1"

[dependencies.portable-atomic]
default-features = false
features = ["fallback"]
version = "1.6.0"

[features]
default = []
dropguard-deref = []
dropguard-manually = []
std = []

[package]
authors = ["wvwwvwwv <wvwwvwwv@me.com>", "Delta4 <delta4chat@gmx.com>"]
categories = ["no-std", "concurrency", "memory-management"]
description = "[NOTE: un-tested. use at your own risk.] ebri (ebr-integrated), that is, a `no-std` EBR (Epoch-Based Reclamation) implementation. thanks to the idea from `scc::ebr`."
documentation = "https://docs.rs/ebri"
edition = "2021"
keywords = ["ebr", "lock-free", "rcu", "atomic", "gc"]
license = "GPL-3.0"
name = "ebri"
repository = "https://github.com/delta4chat/ebri"
rust-version = "1.65.0"
version = "0.0.5"