ghost-gc 0.2.1

A safe garbage collected arena.
Documentation
[dependencies]

[lib]
name = "ghost_gc"
path = "src/lib.rs"

[package]
authors = ["Cameron Brownsey <root@cbrownsey.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A safe garbage collected arena."
documentation = "https://docs.rs/ghost-gc/latest/ghost_gc/"
edition = "2021"
license = "MIT"
name = "ghost-gc"
readme = "README.md"
repository = "https://github.com/cbrownsey/ghost-gc"
version = "0.2.1"

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