-
Updated
May 25, 2022 - Rust
#
cargo-subcommand
Here are 73 public repositories matching this topic...
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
cargo subcommand showing the assembly or llvm-ir generated for Rust code
-
Updated
Feb 11, 2022 - Rust
A next-generation test runner for Rust.
-
Updated
May 31, 2022 - Rust
Cargo subcommand `release`: everything about releasing a rust crate.
-
Updated
May 26, 2022 - Rust
Cargo subcommand to profile binaries
-
Updated
May 23, 2022 - Rust
lu-zero
commented
Jun 25, 2021
- Derive serialization for the configuration keys.
- Add the serialized configuration to the fingerprint hash.
Generate README.md from docstrings
-
Updated
Feb 8, 2022 - Rust
Open
Run tests on CI
1
Shnatsel
commented
Mar 17, 2022
We currently only run cargo build, cargo doc and something like cargo fmt --verify on CI. We also need to run the unit tests now that we have them, via cargo test.
good first issue
Good for newcomers
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
-
Updated
Jan 22, 2022 - Rust
A Cargo subcommand for competitive programming
-
Updated
Apr 30, 2022 - Rust
Cargo subcommand for checking your documentation for broken links
-
Updated
Nov 5, 2021 - Rust
parasyte
commented
Dec 30, 2020
Open
CLI improvements
1
`cargo mutants` mutation testing for Rust
-
Updated
Apr 26, 2022 - Rust
A cargo subcommand to fetch the source code of a Rust crate
-
Updated
Apr 27, 2022 - Rust
Cross compile Cargo project to Windows MSVC target with ease
-
Updated
May 23, 2022 - Rust
A third-party cargo extension to run the build artifacts through tools like `gdb`
-
Updated
Dec 19, 2019 - Rust
Open
Fix clippy issues
jfrimmel
commented
Feb 24, 2022
Currently each PR has the following issue, which should be fixed:
Output of cargo clippy
Checking cargo-valgrind v2.0.2 (/home/runner/work/cargo-valgrind/cargo-valgrind)
warning: consider adding a `;` to the last statement for consistent formatting
--> src/panic.rs:76:13
|
76 | old_hook(panic)
| ^^^^^^^^^^^^^^^ help: add a `;` here: `old_hook(p
good first issue
Good for newcomers
Prepare Rust projects to be released on the Arch Linux User Repository
-
Updated
Apr 21, 2022 - Rust
Remove unused Rust dependencies with this one weird trick!
-
Updated
May 9, 2022 - Rust
vityafx
commented
Feb 2, 2018
As of now the project uses unwrap() methods which may lead to crashes. We should get rid of all of them.
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
-
Updated
May 25, 2022 - Rust
A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
-
Updated
Mar 26, 2022 - Rust
-
Updated
May 30, 2022 - TypeScript
Disassemble your Rust project with Cargo
-
Updated
Apr 28, 2018 - Rust
bnjjj
opened
Feb 10, 2022
a cargo subcommand to package your application into a docker image
-
Updated
Feb 19, 2020 - Rust
Improve this page
Add a description, image, and links to the cargo-subcommand topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cargo-subcommand 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! :)