forked from GitHub/bdwgc-rust
31a7c11223a2040e1ca977b3929fd101dfd175da
834ae84 to 96316b6 (#548)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `834ae84` to `96316b6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/96316b691d324e0f58216b8b041cbfa864dd81e6"><code>96316b6</code></a> GH Actions: Always build with C++ support in zig-cross-compile workflow</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e19453f18bc20adc7ed7c2dce41b6ec2e169adad"><code>e19453f</code></a> GH Actions: Update zig to v0.16.0</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/834ae84382cb7bb7a2b492be713c82b6469d0230...96316b691d324e0f58216b8b041cbfa864dd81e6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-rust
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%