Enhancing discussion is subjective and up to debate. To me it only produces verbosity. But I’m not part of that discussion.
Update – Version 0.0.6 Released
Hey everyone, I wanted to share an exciting update!
I’ve made major improvements to the library:
-
Full Unicode Support – The library now supports all Unicode formats (UTF-8, UTF-16, UTF-32, etc.), making it more versatile than ever!
-
Generalized Character Handling – Instead of being limited to
u8
, you can now specify any character type likeu16
,u32
, etc. (e.g.,Viewer(u16)
,String(u16)
). -
Refactored Core – The internal
bytes
module is now renamed tochars
, reflecting its broader scope beyond justu8
.
This update should resolve many of the concerns raised earlier, and I truly appreciate all the feedback that helped shape these improvements!
Note: These changes were implemented quickly, so there might be some edge cases or minor issues I missed. If you encounter anything unexpected, feel free to open an issue or share your feedback—I’d love to refine this further with your help!