Files
bdwgc-rust/README.md
2019-04-14 05:45:36 +00:00

15 lines
445 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` implementation for [bdwgc](//github.com/ivmai/bdwgc), the conservative garbage collector.
## Usage
See [`examples`](examples) directory.
## License
[MIT](LICENSE)