Releases: dahosek/finl_unicode
Releases · dahosek/finl_unicode
1.3.0
1.2.0: Add flexibility on iterator for grapheme clusters, add license files
Grapheme clusters can now be iterated over with any Peekable
iterator on char
or (usize, char)
, not just Chars
and CharIndices
.
v1.1.0
v1.0.2: Compatibility with docs.rs build process
docs.rs does not really support a build.rs script so I’ve replaced it with a separate program (in a subdirectory) to pre-build the data files necessary for compiling, testing and benchmarking the code.