garbo 0.2.0

Global reference-counted, thread-sharable, immutable heap
Documentation
[package]
authors = ["Kristoffer Ström <kristoffer@rymdkoloni.se>"]
edition = "2018"
name = "garbo"
version = "0.2.0"
description = "Global reference-counted, thread-sharable, immutable heap"
keywords = ["heap", "datastructure"]
documentation = "https://docs.rs/garbo/"
license = "GPL-3.0"

[dependencies]
crossbeam-channel = "0.3"
lazy_static = "1.3"
bunch = "0.1"