imm_gc 0.2.1

Garbage collected pointers with immediate dropping
Documentation
[package]

name = "imm_gc"

version = "0.2.1"

authors = ["mbartlett21 <mjmouse9999@gmail.com>"]

edition = "2018"

description = "Garbage collected pointers with immediate dropping"

repository = "https://github.com/mbartlett21/lua"

license = "MIT"



[dependencies.imm_gc_derive]

path = "../imm_gc_derive"

version = "0.2"

optional = true



[features]

trace = []

derive = ["imm_gc_derive"]