Add shields

This commit is contained in:
Gary Guo 2021-10-10 03:17:34 +01:00
parent bbd66f493a
commit 4611999475

View File

@ -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.