Skip to content

Commit

Permalink
Adds audit badge
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Nov 18, 2021
1 parent e1db667 commit 1fe315a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![maintenance](https://img.shields.io/badge/maintenance-passively--maintained-orange)](https://img.shields.io/badge/maintenance-passively--maintained-orange)
[![Rust](https://github.com/LiquidityC/slice_ring_buffer/actions/workflows/rust.yml/badge.svg)](https://github.com/LiquidityC/slice_ring_buffer/actions/workflows/rust.yml)
[![Coverage Status](https://coveralls.io/repos/github/LiquidityC/slice_ring_buffer/badge.svg?branch=master)](https://coveralls.io/github/LiquidityC/slice_ring_buffer?branch=master)
[![Security audit](https://github.com/LiquidityC/slice_ring_buffer/actions/workflows/audit-on-push.yml/badge.svg)](https://github.com/LiquidityC/slice_ring_buffer/actions/workflows/audit-on-push.yml)

> A double-ended queue that `Deref`s into a slice, also known as a ring buffer or circular buffer.
Expand Down

0 comments on commit 1fe315a

Please sign in to comment.