Rust task runner and build tool.
-
Updated
Nov 16, 2020 - Rust
{{ message }}
Rust task runner and build tool.
cargo subcommand showing the assembly or llvm-ir generated for Rust code
Cargo subcommand "release": everything about releasing a rust crate.
Cargo subcommand to profile binaries
Generate README.md from docstrings
build and install C-compatible libraries
Cargo subcommand for checking your documentation for broken links
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
A cargo subcommand to fetch the source code of a Rust crate
A third-party cargo extension to run the build artifacts through tools like `gdb`
A Cargo subcommand for competitive programming
As of now the project uses unwrap() methods which may lead to crashes. We should get rid of all of them.
Disassemble your Rust project with Cargo
A cargo subcommand, that runs valgrind and displays its output in a helpful manner.
a cargo subcommand to package your application into a docker image
Prepare Rust projects to be released on the Arch Linux User Repository
Cargo subcommand to generate trend graph of dependent crates
A utility for catching non-deterministic test failures
Right now we have basic hand-rolled argument parsing. While it was sufficient for a prototype, its limitations are starting to show.
The sales pitch for https://github.com/rust-cli/climake looks nice - it's zero-dependency, 100% safe and generates the help text.
A cargo subcommand to build documentation for development easier
Build tool for deploying Rust WASM code to Screeps game servers
Simply and Easily cross-compile the Rust sysroot crates.
A Cargo subcommand to bundle your code into one `.rs` file for competitive programming
Generate a citation file from Rust projects.
Add a description, image, and links to the cargo-subcommand topic page so that developers can more easily learn about it.
To associate your repository with the cargo-subcommand topic, visit your repo's landing page and select "manage topics."
Now that I've started writing my own cargo subcommand as you recommended on the forums, I thought I'd share some of my findings.
https://github.com/rust-console/cargo-n64/blob/1dbff85e58b2234bc58192f4c9684904a96be42c/cargo-n64/src/cargo.rs#L137
You can pass
--message-format=json-render-diagnosticsinst