text-builder-core 0.1 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
library/TextBuilderCore.hs view
@@ -49,7 +49,7 @@ -- If the builder is empty it must be 0. -- Otherwise it must be greater than or equal to the amount of bytes to be written. --- -- __Warning:__ Due to \"text\" switching from UTF-16 to UTF-8 since version 2, 'Word16' is used as the byte when \"text\" version is <2 and 'Word8' is used when it's >=2.+ -- __Warning:__ Due to \"text\" switching from UTF-16 to UTF-8 since version 2, 'Word16' is used as the byte when the \"text\" version is @<2@ and 'Word8' is used when it's @>=2@. Int -- | Function that populates a preallocated byte array of the estimated maximum size specified above provided an offset into it and producing the offset after. --
text-builder-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-builder-core-version: 0.1+version: 0.1.0.1 category: Text, Builders synopsis: Internals of "text-builder" description: