dependabot[bot] 3becbdc3f3 chore(deps): Bump vendor/bdwgc from d02a2ab to cb3a2a8 (#527)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d02a2ab` to
`cb3a2a8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cb3a2a8dbd"><code>cb3a2a8</code></a>
GH Actions: Fix Install gcc-multilib in autotools workflow</li>
<li><a
href="f30d52343a"><code>f30d523</code></a>
Do not mention exact bdwgc version in cmake.md</li>
<li><a
href="e781d97478"><code>e781d97</code></a>
Update ChangeLog file</li>
<li><a
href="a03d708cad"><code>a03d708</code></a>
Update ChangeLog file (set v8.2.12 release date)</li>
<li><a
href="4416cf2506"><code>4416cf2</code></a>
Update ChangeLog file (v8.2 changes)</li>
<li><a
href="248835e9a0"><code>248835e</code></a>
Update ChangeLog file (set v8.0.18 release date)</li>
<li><a
href="3f912460f2"><code>3f91246</code></a>
Update ChangeLog file (v8.0 changes)</li>
<li><a
href="da294d3244"><code>da294d3</code></a>
Update ChangeLog file (set v7.6.26 release date)</li>
<li><a
href="9669662f60"><code>9669662</code></a>
Update ChangeLog file (v7.6 changes)</li>
<li><a
href="6584f86c9d"><code>6584f86</code></a>
Update ChangeLog file (set v7.4.32 release date)</li>
<li>Additional commits viewable in <a
href="d02a2abbee...cb3a2a8dbd">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>
2026-02-12 19:15:14 +00:00
2025-12-15 15:57:47 +08:00
2025-12-15 07:38:52 +00:00
2025-12-15 15:57:47 +08:00
2024-08-11 11:33:34 +00: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.4 MiB
Languages
Rust 96.8%
Shell 3.2%