Skip to content

Commit 6f44476

Browse files
committed
Updated to 0.15.5 , added fuzz test
1 parent 04f8036 commit 6f44476

6 files changed

Lines changed: 1232 additions & 57 deletions

File tree

.cargo/fuzz.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Configuration for cargo-fuzz
2+
3+
[target]
4+
# Use libFuzzer (default)
5+
# Can also use afl, honggfuzz, etc.
6+
7+
[target.'cfg(target_os = "linux")']
8+
# Linux-specific settings
9+
10+
[target.'cfg(target_os = "macos")']
11+
# macOS-specific settings
12+

0 commit comments

Comments
 (0)