cargo-valgrind

(β˜… 178)

A cargo subcommand, that runs valgrind and displays its output in a helpful manner. Tailored to Rust.

  • .clippy.toml
  • .gitignore
  • .mailmap
  • build.rs
  • Cargo.lock
  • Cargo.toml
  • CHANGELOG.md
  • LICENSE-APACHE
  • LICENSE-MIT
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/jfrimmel/cargo-valgrind

Downloads the entire project code from GitHub to your computer.

cd cargo-valgrind

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
$ cargo valgrind run

Type this command into your terminal and run it.

$ cargo install cargo-valgrind

Type this command into your terminal and run it.

$ cargo install --git https://github.com/jfrimmel/cargo-valgrind cargo-valgrind

Type this command into your terminal and run it.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation