From 60e32eb7bdc3840c0ec3e7544e3b9bfa46c9c27e Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 21 Oct 2021 00:21:31 +0300 Subject: [PATCH] chore: add badges to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9fa2e14..7bdb4e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # OOD Persistence +[![Crates.io](https://img.shields.io/crates/v/ood_persistence)](https://crates.io/crates/ood_persistence) +[![Documentation](https://docs.rs/ood_persistence/badge.svg)](https://docs.rs/ood_persistence) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) + Asynchronous and synchronous interfaces and persistence implementations for your OOD architecture ## Installation