# Structs
Matcher describes the matching of a given string on a certain stream (stdout or stderr).
MatcherSet encapsulates a set of matchers when all of them match, `done` will be closed.
Tracker allows to track stdout and stderr of running commands and wait for certain messages to appear.