Add documentation on API usage; hide unnecessary API exports
This commit is contained in:
parent
b787276a62
commit
9c77c7a1c1
4 changed files with 21 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use afl::fuzz;
|
||||
use hyperbuild::hyperbuild;
|
||||
use hyperbuild::{hyperbuild, ErrorType};
|
||||
|
||||
fn main() {
|
||||
fuzz!(|data: &[u8]| {
|
||||
|
|
|
|||
Reference in a new issue