mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 20:26:24 -06:00
9038df9c13dfddf287fc032451073f712d5b1c05
000f457 to f8e6e7d (#148)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `000f457` to `f8e6e7d`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/000f4575cec2b8614fe254bc8e3dd2bbc1e7c6a9...f8e6e7d8fb2fdadb58fc33b6035053abb0e8957c) --- updated-dependencies: - dependency-name: vendor/bdwgc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-alloc
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
Languages
Rust
96.8%
Shell
3.2%