mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 12:16:24 -06:00
20 lines
893 B
Markdown
20 lines
893 B
Markdown
# bdwgc-alloc
|
|
|
|
[](https://circleci.com/gh/raviqqe/bdwgc-alloc)
|
|
[](https://crates.io/crates/bdwgc-alloc)
|
|
[](LICENSE)
|
|
|
|
[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [`bdwgc`][bdwgc], the conservative garbage collector.
|
|
|
|
This crate is for use cases in which developers need to integrate [`bdwgc`][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`][bdwgc].)
|
|
|
|
## Usage
|
|
|
|
See [`examples`](examples) directory.
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE)
|
|
|
|
[bdwgc]: https://github.com/ivmai/bdwgc
|