Zunic: allocation-free Unicode library for Zig
Ziggit
Zunic: allocation-free Unicode library for Zig
I’ve been working on zunic , a Unicode library for Zig: zunic provides a Unicode toolkit in a single dependency. I focused on things that require understanding and touching the actual Unicode spec and tried to implement them with performance as a top priority. I left out functionality that is easy to build as an add-on. zunic offers: UTF-8 validation, decoding, encoding, and iteration Extended grapheme cluster segmentation Unicode line breaking Unicode normalization (NFC, NFD, NFKC, NFKD) C...
0 comments
No comments yet.