regc 0.2.2

A garbage collector that mixes Reference counting and mark sweeping
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "regc"

version = "0.2.2"

edition = "2021"

repository = "https://github.com/823984418/regc"

categories = ["memory-management"]

keywords = ["gc"]

description = "A garbage collector that mixes Reference counting and mark sweeping"

license = "MIT OR Apache-2.0"

authors = ["823984418@qq.com"]



[dependencies]

log = "0.4.18"



[dev-dependencies]

env_logger = "0.10.0"