Module libafl::observers[][src]

Observers give insights about runs of a target, such as coverage, timing, stack depth, and more.

Re-exports

pub use map::*;

Modules

map

The MapObserver provides access a map, usually injected into the target

Structs

TimeObserver

A simple observer, just overlooking the runtime of the target.

Traits

Observer

Observers observe different information about the target. They can then be used by various sorts of feedback.

ObserversTuple

A haskell-style tuple of observers