#
cargo
Here are 678 public repositories matching this topic...
Watches over your Cargo project's source.
gulp
rust
nodemon
guard
watchman
watch-files
cargo
developer-tools
cargo-command
inotify-watch
passcod
cargo-watch
caretaker
-
Updated
Jan 30, 2022 - Rust
A code coverage tool for Rust projects
-
Updated
May 31, 2022 - Rust
Rust task runner and build tool.
rust
task
coverage
circleci
build
travis-ci
build-automation
gitlab-ci
appveyor
cargo
travis
task-runner
build-tool
make
cargo-subcommand
cargo-plugin
azure-pipelines
github-actions
cargo-plugins
-
Updated
Jun 2, 2022 - Rust
`ls` alternative with useful info and a splash of color 🎨
rust
cli
open-source
zshrc
nat
rust-lang
cargo
easy-to-use
command-line-tool
ls
hacktoberfest
stargazers
-
Updated
May 28, 2021 - Rust
cargo, make me a project
-
Updated
Jun 2, 2022 - Rust
The sysroot manager that lets you build and customize `std`
-
Updated
Jun 1, 2022 - Rust
Cargo subcommand `release`: everything about releasing a rust crate.
-
Updated
Jun 1, 2022 - Rust
javascript
css
editor
windows
macos
linux
html
rust
opensource
typescript
desktop
codemirror
cargo
free
graviton
tauri
-
Updated
Jun 1, 2022 - Rust
Automatically apply the suggestions made by rustc
-
Updated
May 23, 2022 - Rust
Example of using Rust to Extend Python
-
Updated
Sep 7, 2020 - Python
djc
commented
Jan 20, 2022
We'd like to standardize on --profile in favor of --release vs nothing because I prefer the explicit flag.
Fusion Reactor for Rust - Atom Rust IDE
-
Updated
Oct 13, 2017 - HTML
A cargo plugin to generate Xcode Instruments trace files
-
Updated
Apr 26, 2022 - Rust
Cargo subcommand to profile binaries
-
Updated
May 23, 2022 - Rust
Cargo subcommand to automatically create universal libraries for iOS.
-
Updated
Feb 15, 2022 - Rust
-
Updated
Feb 20, 2022 - TypeScript
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
C-enhancement
Category: Enhancement
help wanted
Extra attention is needed
good first issue
Good for newcomers
P-medium
Priority: Medium
Improve this page
Add a description, image, and links to the cargo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cargo topic, visit your repo's landing page and select "manage topics."


A
deny.tomlwithout an[advisories]section will still check theRustSecwhen runningcargo deny check advisories. This is great and the correct behaviour imo, but it would be good to document the default value for all configuration option and afaict it is not.Thanks! :)