gc-alloc 0.2.0

A Rust library for garbage-collected memory allocation using libgc (bdwgc).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "gc-alloc"
version = "0.2.0"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/Wybxc/gc-alloc"
description = "A Rust library for garbage-collected memory allocation using libgc (bdwgc)."

[dependencies]

[build-dependencies]
bindgen = "0.72.1"
cmake = "0.1"