| commit | 7ac79abbe488fc0e162ab6bbcbdfb51dee7ff325 | [log] [tgz] |
|---|---|---|
| author | Hasnain Lakhani <m.hasnain.lakhani@gmail.com> | Mon Aug 25 14:40:43 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Aug 25 14:40:43 2025 -0700 |
| tree | 8a816249e1f81315805ac3c7c51e03a0e9541f39 | |
| parent | d2743005dab9ec95764af32075b4705089140d25 [diff] [blame] |
THRIFT-5855: Add rust fuzzers Add fuzzers for Rust support, to improve the reliability/robustness of the implementation
diff --git a/lib/rs/test/fuzz/.gitignore b/lib/rs/test/fuzz/.gitignore new file mode 100644 index 0000000..80ed2f8 --- /dev/null +++ b/lib/rs/test/fuzz/.gitignore
@@ -0,0 +1,6 @@ +target +corpus +artifacts +coverage +lib/fuzz_test.rs +Cargo.lock \ No newline at end of file