mitsuhiko / similar

A high level diffing library for rust based on diffs
https://insta.rs/similar
Apache License 2.0
949 stars 31 forks source link

feat: arbitrary feature, base fuzzing #70

Open LeoDog896 opened 1 month ago

LeoDog896 commented 1 month ago

To prevent issues like #57 again, perhaps this can be integrated into Google OSS fuzz?

Note: Arbitrary for deadline has restrictions because of a panic that occurs when using a relative deadline that can cause overflows.