Rust is a systems programming language that is fast, prevents segfaults, and guarantees thread safety.
What is included?
rust-fuzzer.cc-stub to act as the interface between thelibfuzzerand the test targetbuild.sh-script to build the library, and the stub and to link them with the fuzzerDockerfileto automate build of Docker image
docker-compose build rustdocker-compose run rust