Skip to content

Releases: unicode-entropy/char_index

0.1.4

26 Oct 01:17
97decf2
Compare
Choose a tag to compare

Patch release to change owning repository of char_index to unicode-entropy

0.1.3

12 Aug 21:06
9a26fcc
Compare
Choose a tag to compare
  • Fix bug in ascii optimization where indexing one character out of bounds would panic instead of returning None as expected

0.1.2

08 Nov 04:21
ac60295
Compare
Choose a tag to compare
  • Added char_count to IndexedChars and OwnedIndexedChars, this is basically free

0.1.1

30 Aug 06:30
e7f29d2
Compare
Choose a tag to compare
  • Add examples to docs
  • Add as_string and as_str for OwnedIndexedChars
  • Add as_str for IndexedChars
  • Add benchmarks to README

0.1.0

28 Aug 02:02
7ea63a6
Compare
Choose a tag to compare

Initial release