zerogc-context 0.2.0-alpha.1

Handles the context of a zerogc collector.
Documentation
[dependencies.crossbeam-utils]
optional = true
version = "0.8"

[dependencies.once_cell]
optional = true
version = "1.5"

[dependencies.parking_lot]
features = ["nightly"]
optional = true
version = "0.11"

[dependencies.slog]
version = "2.7"

[dependencies.zerogc]
version = "0.2.0-alpha.1"

[features]
default = ["sync"]
sync = ["parking_lot", "crossbeam-utils"]

[package]
authors = ["Techcable <Techcable@techcable.net>"]
description = "Handles the context of a zerogc collector."
edition = "2018"
license = "MIT"
name = "zerogc-context"
readme = "../../README.md"
repository = "https://github.com/DuckLogic/zerogc"
version = "0.2.0-alpha.1"