valgrind 0.1.2

Small library of data structures for representing Valgrind suppressions
Documentation

This project is a small collection of data structures for working with Valgrind suppression files.

Build Status

Installation

This project uses the following software:

Valgrind itself is not technically a requirement, but it is recommended to install Valgrind anyway.

On Mac systems, it is recommended to install Rust and Cargo using Homebrew's rust formula:

On other platforms, see https://www.rust-lang.org/downloads.html

With the dependencies installed, the valgrind crate is built by running:

To generate the HTML documentation, run:

License

The valgrind crate source code is licensed under the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.