summaryrefslogtreecommitdiff
path: root/src/GraphemeData.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-30grapheme now Graphemes, Data files goneGravatar Sam Atman1-87/+0
2025-04-30Factor out 'Data' for grapheme and DisplayWidthGravatar Sam Atman1-6/+6
In the process of refactoring the whole library, so that it doesn't expose anything called "Data" separately from user functionality.
2025-04-29All the std.mem.Allocators that were stored just for init and deinitGravatar lch3611-6/+5
methods were removed, mem.Allocators were added to deinit as arguments.
2024-10-14GraphemeData: define error set as mem.Allocator.ErrorGravatar Tim Culverhouse1-7/+7
The reader is a static embedded file. All of the reads are either a readInt or a readAll into a previously allocated buffer. This function should not ever fail at runtime with a read error. Make all read errors unreachable, leaving only allocation errors as the error set.
2024-06-26Removed all inlinesGravatar Jose Colon Rodriguez1-3/+3
2024-03-31Updated READMEGravatar Jose Colon Rodriguez1-3/+2
2024-03-28PropsData and errdefers for init fnsGravatar Jose Colon Rodriguez1-0/+3
2024-03-27ScriptsData and made all Datas constGravatar Jose Colon Rodriguez1-1/+1
2024-02-26Using separate data struct model.Gravatar Jose Colon Rodriguez1-0/+86