Update readme

This commit is contained in:
Yota Toyama
2019-04-14 05:42:37 +00:00
parent 4827ab8b85
commit 616ac7c667

View File

@@ -1,5 +1,14 @@
# 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` directory](examples).
## License
[MIT](LICENSE)