New style of readme badges

This commit is contained in:
David Tolnay 2020-06-07 11:32:08 -07:00
parent 62695c1d1a
commit 98fd586b4b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,7 +1,8 @@
# cargo-expand
[![Build Status](https://img.shields.io/github/workflow/status/dtolnay/cargo-expand/CI/master)](https://github.com/dtolnay/cargo-expand/actions?query=branch%3Amaster)
[![Latest Version](https://img.shields.io/crates/v/cargo-expand.svg)](https://crates.io/crates/cargo-expand)
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/cargo--expand-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/cargo-expand)
[<img alt="crates.io" src="https://img.shields.io/crates/v/cargo-expand.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/cargo-expand)
[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/cargo-expand/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/cargo-expand/actions?query=branch%3Amaster)
Once installed, the following command prints out the result of macro expansion
and `#[derive]` expansion applied to the current crate.