mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
New style of readme badges
This commit is contained in:
parent
62695c1d1a
commit
98fd586b4b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# cargo-expand
|
||||
|
||||
[](https://github.com/dtolnay/cargo-expand/actions?query=branch%3Amaster)
|
||||
[](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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue