rust-runtime/smithy-json/fuzz/.gitignore
0 → 100644
+7
−0
rust-runtime/smithy-json/fuzz/Cargo.toml
0 → 100644
+31
−0
+1
−0
+7
−0
Loading
* Add fuzz harness for smithy-json with json_deserialize target * Fix unescaping bug found by fuzzing * CR feedback * Run rustfmt