mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
41ff14a6b6162089b63979868f13316b378fbff0
1aebf1e to 0eb8d2f (#134)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1aebf1e` to `0eb8d2f`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/1aebf1e327195a4ab7d39c1d6105f70204b92dbe...0eb8d2f95c7a683338b9e3c2b55c84aa5edb4bf7) --- 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%