Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
core
like
0
Model card
Files
Files and versions
xet
Community
main
core
/
fuzz
/
fuzz_targets
/
fuzz_mailparse.rs
AbdulElahGwaith
Upload folder using huggingface_hub
0220cd3
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
use
bolero::check;
fn
main
() {
check!().
for_each
(|data: &[
u8
]| {
mailparse::
parse_mail
(data).
ok
();
});
}