Add documentation on API usage; hide unnecessary API exports

This commit is contained in:
Wilson Lin 2019-12-30 11:52:45 +11:00
commit 9c77c7a1c1
4 changed files with 21 additions and 6 deletions

View file

@ -1,5 +1,5 @@
use afl::fuzz;
use hyperbuild::hyperbuild;
use hyperbuild::{hyperbuild, ErrorType};
fn main() {
fuzz!(|data: &[u8]| {