소스 검색

Add shields

Gary Guo 3 년 전
부모
커밋
4611999475
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
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.