From f7825ba585b20325cd909023240553a892dddf74 Mon Sep 17 00:00:00 2001 From: Jaehwang Jung Date: Thu, 13 Jun 2024 13:01:50 +0900 Subject: [PATCH] badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cbae1bf..78f89e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CIRC: Concurrent Immediate Reference Counting +[![crates.io](https://img.shields.io/crates/v/circ.svg)](https://crates.io/crates/circ) +[![docs.rs](https://img.shields.io/docsrs/circ/latest)](https://docs.rs/circ) + An efficient thread-safe reference-counted pointer, with the support for atomic shared mutability and weak pointers. This library is based on the following research paper.