cargo
Here are 678 public repositories matching this topic...
Watches over your Cargo project's source.
-
Updated
Jan 30, 2022 - Rust
A code coverage tool for Rust projects
-
Updated
May 31, 2022 - Rust
Rust task runner and build tool.
-
Updated
Jun 2, 2022 - Rust
`ls` alternative with useful info and a splash of color
-
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
-
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
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
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.
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! :)