cessen / str_indices

Count and convert between various ways of indexing utf8 string slices.
Apache License 2.0
16 stars 5 forks source link

Add fuzz testing. #5

Closed cessen closed 2 years ago

cessen commented 2 years ago

Since this crate uses some unsafe code, and since we're promising no panics, we should add fuzz testing to help find issues.

cessen commented 2 years ago

Added in e26917a0b7995b91251ea0e8adf499c6feddc7f4.