From 1c292b4603b7a4f421ba7819a25e3b33dce291d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Wed, 23 Nov 2022 20:32:21 +0100 Subject: [PATCH] Readme: Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f88cb94..5945545 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # hermit-sync +[![Crates.io](https://img.shields.io/crates/v/hermit-sync)](https://crates.io/crates/hermit-sync) +[![docs.rs](https://img.shields.io/docsrs/hermit-sync)](https://docs.rs/hermit-sync) +[![CI](https://github.com/hermitcore/hermit-sync/actions/workflows/ci.yml/badge.svg)](https://github.com/hermitcore/hermit-sync/actions/workflows/ci.yml) + hermit-sync provides synchronization primitives targeted at operating system kernels. For API documentation see the [docs].