Releases: unicode-entropy/char_index
Releases · unicode-entropy/char_index
0.1.4
Patch release to change owning repository of char_index to unicode-entropy
0.1.3
- Fix bug in ascii optimization where indexing one character out of bounds would panic instead of returning None as expected
0.1.2
- Added
char_count
to IndexedChars
and OwnedIndexedChars
, this is basically free
0.1.1
- Add examples to docs
- Add
as_string
and as_str
for OwnedIndexedChars
- Add
as_str
for IndexedChars
- Add benchmarks to README