Dynamic string done right

Enhancing discussion is subjective and up to debate. To me it only produces verbosity. But I’m not part of that discussion.

6 Likes

Update – Version 0.0.6 Released :rocket:

Hey everyone, I wanted to share an exciting update! :tada:

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 like u16, u32, etc. (e.g., Viewer(u16), String(u16)).

  • Refactored Core – The internal bytes module is now renamed to chars, reflecting its broader scope beyond just u8.

This update should resolve many of the concerns raised earlier, and I truly appreciate all the feedback that helped shape these improvements!

:memo: 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!


string.zig

1 Like