crabgrind 0.2.5

Rust bindings to "Valgrind Client Request" interface
Documentation
1
2
3
4
5
6
7
Indicates the current execution environment regarding Valgrind instrumentation.

This enum maps directly to the integer return value of the underlying
`RUNNING_ON_VALGRIND` macro, representing the nesting depth of the
instrumentation.

See [`running_mode`](running_mode)