We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fuzz target:
#![no_main] use libfuzzer_sys::fuzz_target; fuzz_target!(|data: &[u8]| { fontdue::Font::from_bytes(data, Default::default()); });
Samples are in a zip file to stop github complaining about the file type
155 seconds: slow.zip 33 seconds: slow.zip