From 616ac7c66720534d358acec01362130c83fdefa7 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 14 Apr 2019 05:42:37 +0000 Subject: [PATCH] Update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 843a15d..2c27d4b 100644 --- a/README.md +++ b/README.md @@ -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)