You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it can be quite useful to be able to manually write some data into a buffer, be it for performance reasons, or for some obscure encoding customizations needs.
Currently the low-level encoding/decoding functions are unexported in this module.
I suggest exposing the low-level encoding primitives as a separate package in the same module, similar to how the newly proposed v2 of the JSON package os the standard library exposes the similar primitives in its jsontext package.
The text was updated successfully, but these errors were encountered:
Sometimes it can be quite useful to be able to manually write some data into a buffer, be it for performance reasons, or for some obscure encoding customizations needs.
Currently the low-level encoding/decoding functions are unexported in this module.
I suggest exposing the low-level encoding primitives as a separate package in the same module, similar to how the newly proposed v2 of the JSON package os the standard library exposes the similar primitives in its
jsontext
package.The text was updated successfully, but these errors were encountered: