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

fuzz: Update harness to test into_bytes #263

Closed ParkMyCar closed 1 year ago

ParkMyCar commented 1 year ago

This PR updates the fuzzing harness to test the new CompactString::into_bytes method that was added in #258