summaryrefslogtreecommitdiff
path: root/src/GraphemeData.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* grapheme now Graphemes, Data files goneGravatar Sam Atman2025-04-301-87/+0
|
* Factor out 'Data' for grapheme and DisplayWidthGravatar Sam Atman2025-04-301-6/+6
| | | | | In the process of refactoring the whole library, so that it doesn't expose anything called "Data" separately from user functionality.
* All the std.mem.Allocators that were stored just for init and deinitGravatar lch3612025-04-291-6/+5
| | | | methods were removed, mem.Allocators were added to deinit as arguments.
* GraphemeData: define error set as mem.Allocator.ErrorGravatar Tim Culverhouse2024-10-141-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.
* Removed all inlinesGravatar Jose Colon Rodriguez2024-06-261-3/+3
|
* Updated READMEGravatar Jose Colon Rodriguez2024-03-311-3/+2
|
* PropsData and errdefers for init fnsGravatar Jose Colon Rodriguez2024-03-281-0/+3
|
* ScriptsData and made all Datas constGravatar Jose Colon Rodriguez2024-03-271-1/+1
|
* Using separate data struct model.Gravatar Jose Colon Rodriguez2024-02-261-0/+86