Replies: 1 comment 1 reply
-
CBytes is a more independent module, so I didn’t want to make a reversed dependency. And if we move them to Builder then we have to explain why it may write invalid UTF8 bytes, which is somewhat duplicated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For now, if we want to build a
Builder
frombytes
,int
... we can find these functions underZ.Data.Builder
, but theCBytes
'stoBuilder
is underZ.Data.CBytes
.What about putting these builder functions in one place? @winterland1989
Beta Was this translation helpful? Give feedback.
All reactions