2026-09-25 21:01:25 -07:00
Fix
2026-09-25 21:01:25 -07:00
2026-09-26 03:43:48 +00:00
2026-09-26 03:43:48 +00:00
2025-12-15 15:57:47 +08:00
2024-08-11 11:33:34 +00:00
2026-09-26 03:43:48 +00:00
2026-09-26 03:43:48 +00:00
2026-09-26 03:43:48 +00:00
2026-09-25 20:56:05 -07:00
2019-04-13 20:21:25 +00:00
2026-09-26 03:43:48 +00:00

bdwgc-rust

GitHub Action Crate License

GlobalAlloc implementation for bdwgc, the conservative garbage collector.

This crate is for use cases in which developers need to integrate bdwgc into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc.)

The raw bindings to the C API of bdwgc that this crate is built on are available as the bdwgc-alloc-sys crate.

Usage

See examples directory.

By default bdwgc is built with autotools. To build with cmake, enable the cmake feature:

cargo build --no-default-features --features cmake

License

MIT

S
Description
No description provided
Readme MIT
1.3 MiB
Languages
Rust 81.8%
Nix 15.5%
Shell 2.7%