Rename qoi-fast -> qoi (qoi-rust) + update repo
This commit is contained in:
parent
3cc5a260fb
commit
53ecac38a9
10 changed files with 35 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#![no_main]
|
||||
use libfuzzer_sys::fuzz_target;
|
||||
|
||||
use qoi_fast::{encode_size_limit, encode_to_vec};
|
||||
use qoi::{encode_size_limit, encode_to_vec};
|
||||
|
||||
fuzz_target!(|input: (bool, u8, &[u8])| {
|
||||
let (is_4, w_frac, data) = input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue