[][src]Crate cargo_valgrind

The core library of the cargo-valgrind command.

Modules

cargo_config

A module containing the builder pattern types for configuring a Cargo.

Structs

Cargo

A cargo build command.

Function

A single function in the call trace.

Leak

A single memory leak.

Enums

Build

The possible build types.

Kind
Target

The possible targets to build and run within valgrind.

Functions

binariesDeprecated

Query all binaries of the crate denoted by the given Cargo.toml.

build_targetDeprecated

Invoke cargo and build the specified target.

targets

Query all targets of the crate denoted by the given Cargo.toml.

valgrind

Run the program denoted by path in valgrind.