haphazard 0.1.1

Dynamic memory management for lock-free data structures using hazard pointers.
Documentation
[[bench]]
harness = false
name = "folly"

[dependencies]
[dev-dependencies.criterion]
version = "0.3"

[features]
default = ["std"]
std = []

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency", "memory-management", "no-std"]
description = "Dynamic memory management for lock-free data structures using hazard pointers."
edition = "2021"
keywords = ["hazard-pointers", "no_std", "garbage-collection", "reclamation"]
license = "Apache-2.0"
name = "haphazard"
repository = "https://github.com/jonhoo/haphazard.git"
resolver = "2"
version = "0.1.1"
[target."cfg(loom)".dependencies.loom]
version = "0.5"