read what the binary says about itself: names, signatures, prototypes; gen v2
All checks were successful
CI / lint (push) Successful in 17s
CI / fuzz (push) Successful in 1m52s
CI / test (push) Successful in 24s

This commit is contained in:
Kamal Tufekcic 2026-07-29 20:09:21 +03:00
commit c458b4cb50
34 changed files with 58363 additions and 192 deletions

View file

@ -65,3 +65,24 @@ path = "fuzz_targets/fuzz_xref.rs"
test = false
doc = false
bench = false
[[bin]]
name = "fuzz_valvetab"
path = "fuzz_targets/fuzz_valvetab.rs"
test = false
doc = false
bench = false
[[bin]]
name = "fuzz_pulse"
path = "fuzz_targets/fuzz_pulse.rs"
test = false
doc = false
bench = false
[[bin]]
name = "fuzz_concmd"
path = "fuzz_targets/fuzz_concmd.rs"
test = false
doc = false
bench = false