dependabot[bot] fe92ad0729 Bump vendor/bdwgc from ee00eb1 to 7f8b6c4 (#37)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ee00eb1` to `7f8b6c4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/ee00eb181f68b297951e1d8683b3233c6397dda4...7f8b6c4f3fabae667227b1b4e59b20939c25d3fc)

---
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>
2021-09-02 19:09:00 +00:00
2020-11-29 23:39:04 +00:00
2019-09-30 22:08:13 -07:00
2021-03-03 08:08:24 +00:00
2019-06-02 06:20:42 +00:00
2019-05-15 15:39:53 +00:00
2021-06-23 19:16:28 +00:00
2019-09-17 07:53:05 +02:00
2021-03-03 08:08:24 +00:00
2019-04-13 20:21:25 +00:00
2020-11-28 04:40:53 +00:00
2020-11-28 04:41:52 +00:00

bdwgc-alloc

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

S
Description
No description provided
Readme MIT 1.5 MiB
Languages
Rust 96.8%
Shell 3.2%