Skip to content

Commit

Permalink
badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomjhj committed Jun 13, 2024
1 parent a59e2b8 commit f7825ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f7825ba

Please sign in to comment.