0.0.6
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
bytesmodule 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!