Skip to content

Commit b10733f

Browse files
committed
Link to travis and crates.io
1 parent 31ac177 commit b10733f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# proc-macro2
22

3-
[Documentation](https://docs.rs/proc-macro2)
3+
[![Build Status](https://api.travis-ci.org/alexcrichton/proc-macro2.svg?branch=master)](https://travis-ci.org/alexcrichton/proc-macro2)
4+
[![Latest Version](https://img.shields.io/crates/v/proc-macro2.svg)](https://crates.io/crates/proc-macro2)
5+
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/proc-macro2)
46

57
A small shim over the `proc_macro` crate in the compiler intended to multiplex
68
the current stable interface (as of 2017-07-05) and the [upcoming richer

0 commit comments

Comments
 (0)