forked from GitHub/bdwgc-rust
a2c19348ade6f0457061f0b3f514ac0d18cd0ded
4dca489 to 454e841 (#175)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4dca489` to `454e841`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/4dca48965fbd82bb915965bf3c165ca9e58baa3e...454e8410e03b8a141296ec4c3c2bf876d78b4ea8) --- updated-dependencies: - dependency-name: vendor/bdwgc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 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
81.8%
Nix
15.5%
Shell
2.7%