forked from GitHub/bdwgc-rust
ec113526b02c1c992b8d4661709c7c82ca3bdbf0
eac8caa to 5d2c779 (#76)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `eac8caa` to `5d2c779`. - [Release notes](https://github.com/ivmai/libatomic_ops/releases) - [Commits](https://github.com/ivmai/libatomic_ops/compare/eac8caa3de6d6466a37d2471f9fb0eecbfa9474c...5d2c779f55d9462f774ee06740187b36112c3484) --- updated-dependencies: - dependency-name: vendor/libatomic_ops 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
81.8%
Nix
15.5%
Shell
2.7%