lib/gen: zig fmt
Update to zig 0.11
width: Make two-em dash width 1
Small zig 0.11 library for grapheme segmentation. Compliant with unicode 15.0.0 specifictaion.
Add this to your build.zig
:
const zgrapheme = b.createModule(.{
.source_file = .{ .path = "zgrapheme.zig" },
});
exe.addModule("zgrapheme", zgrapheme);
You can then import it like so:
const zgrapheme = @import("zgrapheme");
See example/ for some code use cases.
See CONTRIBUTING.md
zgrapheme is licensed under the Mozilla Public License 2.0
Unicode data is licensed under UNICODE, INC. LICENSE AGREEMENT