Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 7c7ad50

Browse files
authored
Add why paragraph to the README.md
1 parent 3f2d9e8 commit 7c7ad50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This GitHub Action provides faster version of the `cargo install` command.
1212

1313
**Table of Contents**
1414

15+
* [Why?](#why)
1516
* [How does this works?](#how-does-it-work)
1617
* [Example workflow](#example-workflow)
1718
* [Inputs](#inputs)
@@ -21,6 +22,12 @@ This GitHub Action provides faster version of the `cargo install` command.
2122
* [License](#license)
2223
* [Contribute and support](#contribute-and-support)
2324

25+
## Why?
26+
27+
If you are using binary crates (such as [`cargo-audit`](https://crates.io/crates/cargo-audit), [`grcov`](https://github.com/mozilla/grcov), [`cargo-geiger`](https://crates.io/crates/cargo-geiger) and so on) in your CI workflows, you might have noticed that compiling these crates each time is irritatingly slow.
28+
29+
This Action speeds up the crates installation with some tricks, leading to a much faster job execution; crates are expected to be installed in a couple seconds.
30+
2431
## How does it work?
2532

2633
Before calling your usual `cargo install` command, this Action

0 commit comments

Comments
 (0)