Skip to content

Commit 98d92d3

Browse files
authored
Merge pull request #106 from bcko/patch-1
add badges
2 parents 7ead4f5 + 250db43 commit 98d92d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This includes anything requiring heap allocations, like vectors or hash maps,
99
as well as anything that requires non-const function calls to be computed.
1010

1111
[![Travis-CI Status](https://travis-ci.org/rust-lang-nursery/lazy-static.rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/lazy-static.rs)
12+
[![Latest version](https://img.shields.io/crates/v/lazy_static.svg)](https://crates.io/crates/lazy_static)
13+
[![Documentation](https://docs.rs/lazy_static/badge.svg)](https://docs.rs/lazy_static)
14+
[![License](https://img.shields.io/crates/l/lazy_static.svg)](https://github.com/rust-lang-nursery/lazy-static.rs#license)
15+
1216

1317
# Getting Started
1418

0 commit comments

Comments
 (0)