From 4611999475a26c8c52152c38ba71baf7f0daa34d Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Sun, 10 Oct 2021 03:17:34 +0100 Subject: [PATCH] Add shields --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f80d98..267cfb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Unwinding library in Rust and for Rust ====================================== +[![crates.io](https://img.shields.io/crates/v/unwinding.svg)](https://crates.io/crates/unwinding) +[![docs.rs](https://docs.rs/unwinding/badge.svg)](https://docs.rs/unwinding) +[![license](https://img.shields.io/crates/l/unwinding.svg)](https://crates.io/crates/unwinding) + This library serves two purposes: 1. Provide a pure Rust alternative to libgcc_eh or libunwind. 2. Provide easier unwinding support for `#![no_std]` targets.