Open kirawi opened 5 months ago
It would remove utf8_iter
and utf16_iter
.
These are small dependencies that we use fairly widely in icu4x.
utf8_iter
can be removed at 1.79 MSRV because it gets added to the standard library: https://doc.rust-lang.org/std/primitive.slice.html#method.utf8_chunks
It reduces dependencies and compilation time.