Skip to content

Commit 318fecf

Browse files
committed
chore: Add fuzz tests
1 parent ca8673c commit 318fecf

File tree

6 files changed

+11331
-0
lines changed

6 files changed

+11331
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,9 @@ path = "helpers/generate_openapi.rs"
121121

122122
[lib]
123123
path = "src/lib.rs"
124+
125+
[features]
126+
fuzzing = []
127+
128+
[lints.rust]
129+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

fuzz/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
target
2+
corpus
3+
artifacts
4+
coverage

0 commit comments

Comments
 (0)