The Wayback Machine - https://web.archive.org/web/20201125143424/https://github.com/topics/cargo
Skip to content
#

cargo

Here are 445 public repositories matching this topic...

paulkernfeld
paulkernfeld commented Sep 29, 2017

I love cargo-watch, and use it on everything! Right now, I am having a bit of trouble figuring out how to ignore a file properly.

The following invocations successfully ignore README.md:

  • cargo watch -w src -s "touch README.md"
  • cargo watch -i '.md' -s "touch README.md"
  • cargo watch -i '*.md' -s "touch README.md"

The following invocations don't ignore README.md, which means

Hirevo
Hirevo commented Oct 13, 2019

This is a tracking issue for additional Store implementations.

Here is a non-exhaustive list of potential candidates for an Store implementation:

  • S3Storage:
    This would store crate tarballs and rendered README pages into Amazon's S3.
  • RemoteStorage:
    Requires to implement a companion server.
    The idea is to have a reserved folder on another machine which runs a comp

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

You can’t perform that action at this time.