ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
638 stars 46 forks source link

test: Add proptest fuzz coverage for repeat #277

Closed ParkMyCar closed 11 months ago

ParkMyCar commented 1 year ago

Adds proptest and fuzzing coverage for the repeat(...) function.

Note: this PR is split into two commits:

  1. The implementation of testing
  2. Update to the fuzz corpus