Skip to content

Commit 086cb82

Browse files
authored
Document rust_fuzzer_test_input
Complements #76 Sorry, forgot the remaining public function.
1 parent 19c36e2 commit 086cb82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ macro_rules! fuzz_target {
140140
};
141141

142142
(|$data:ident: $dty: ty| $body:block) => {
143+
/// Auto-generated function
143144
#[no_mangle]
144145
pub extern "C" fn rust_fuzzer_test_input(bytes: &[u8]) {
145146
use libfuzzer_sys::arbitrary::{Arbitrary, Unstructured};

0 commit comments

Comments
 (0)