mjb_gc 0.2.0

Garbage collected pointers with immediate dropping
Documentation
[package]
name = "mjb_gc"
version = "0.2.0"
authors = [ "mbartlett21 <mjmouse9999@gmail.com>" ]
edition = "2018"
description = "Garbage collected pointers with immediate dropping"
repository = "https://github.com/mbartlett21/lua"
license = "MIT"

[dependencies.mjb_gc_derive]
path = "../gc_derive"
version = "0.2"
optional = true

[features]
trace = []
derive = [ "mjb_gc_derive" ]