The base branch GitHub/bdwgc-rust:main has new changes
2025-12-15 15:57:47 +08:00
2025-12-15 07:38:52 +00:00
2025-12-15 15:57:47 +08:00
2025-10-03 01:46:47 +00:00
2025-12-15 15:57:47 +08:00
2019-04-13 20:21:25 +00:00
2025-10-03 09:36:26 +08: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.)

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

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