string_manipulation_utf8 0.3.0

String manipulation functions using character indexing (UTF-8) instead of bytes.
Documentation
# Changelog


## [0.1.0] - 2024-11-21


- Initial release.

## [0.2.0] - 2024-11-21


- Library name change

Name conflict with existing crate.
Name change to string_manipulation_utf8.
This draws attention that it is compatible with UTF-8 character encoding.

## [0.3.0] - 2025-07-01


- Faster algorithm for indexof
- Minor corrections
- Minor changes to comments
- Minor changes to README.md