bdwgc-alloc-sys-0.6.15-beta has been yanked.
bdwgc-alloc-sys
Rust bindings to the C API of bdwgc, the conservative garbage collector.
This crate builds bdwgc from its vendored source and links it statically. The bindings are generated from its headers at build time by bindgen, which requires libclang.
See the bdwgc-alloc crate for a GlobalAlloc implementation on top of these bindings.
Install
By default bdwgc is built with autotools. To build with cmake, enable the cmake feature: