1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

fuzz: improve readability of fuzzer output, add colors

This commit is contained in:
Dorian Peron 2025-02-08 00:38:35 +01:00
parent d86a7fb593
commit 5d952afa3d
4 changed files with 135 additions and 24 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
cargo-fuzz = true
[dependencies]
console = "0.15.0"
libfuzzer-sys = "0.4.7"
libc = "0.2.153"
tempfile = "3.15.0"