Skip to content

Commit b143c3c

Browse files
committed
chore: Add fuzz tests
1 parent 971ab9b commit b143c3c

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
@@ -132,3 +132,9 @@ path = "helpers/generate_openapi.rs"
132132

133133
[lib]
134134
path = "src/lib.rs"
135+
136+
[features]
137+
fuzzing = []
138+
139+
[lints.rust]
140+
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)