Closed wigy-opensource-developer closed 4 years ago
@maciejhirsz Do you have any feedback on this PR pro or contra?
Just looking at this, I think there is room to improve performance in few places, mostly you should be able to combine the phrase by joining char
iterators without intermediate String
allocations, but that's not critical. So overall LGTM.
I have not pulled in too many test cases, because if these all pass and a few that I missed would not, that would clearly be an issue with the unicode-normalization crate.