Files
bdwgc-rust/README.md
2019-04-14 06:26:52 +00:00

15 lines
513 B
Markdown

# bdwgc-rs
[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs)
[![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE)
[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector.
## Usage
See [`examples`](examples) directory.
## License
[MIT](LICENSE)