docs.rs failed to build bdwgc-alloc-sys-0.6.15
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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: