Skip to content
#

cargo

Here are 541 public repositories matching this topic...

Jake-Shadle
Jake-Shadle commented Apr 22, 2021

In the docs, there are several cases such as here where code snippet examples are shown side by side, without actually specifying which files they are (eg. deny.toml vs Cargo.toml) which can lead to confusion for users. Every code snippet should just specify # <name>.toml at the top for clarity.

azzamsa
azzamsa commented May 11, 2021

Hi.

I would love to see cargo-chef had pre-compiled binary on the release page.
I tend to avoid invoking the cargo install command in CI workflow and downloading the pre-compiled binary directly.
Resulting in just ~14 minutes, compared to ~30 minutes.

So instead of cargo install trunk, I do:

      # install trunk
      wget -qO- https://github.com/thedodd/trunk/releases/do

Improve this page

Add a description, image, and links to the cargo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cargo topic, visit your repo's landing page and select "manage topics."

Learn more