#!/bin/sh -ve
# install cargo subcommands
# build example with instrumentation
# clean and prepare workspace
# fuzz exemple
# verify that the fuzzing process found the crash
# clean
# verify that the fuzzing-target has been cleaned
# try to generate doc